mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 08:15:38 +00:00
Fix text on home page
This commit is contained in:
parent
61a9d321ac
commit
872680b896
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user