mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 14:22:02 +00:00
Fix text on home page
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
fclose($cvsFile);
|
fclose($cvsFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strlen($graphId) > 0 || strlen($graphName) == 0) {
|
if (strlen($graphId) > 0 && strlen($graphName) == 0) {
|
||||||
$graphName = L('graph'). " " . $graphId;
|
$graphName = L('graph'). " " . $graphId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user