]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/bgraph.inc.php
bacula-web: Internal PHP code fix
[bacula/bacula] / gui / bacula-web / bgraph.inc.php
index 6b61bc21ea121c8445b83c1972a786bd03ba217b..6c8d98039c6515d478dc8db44b5d9cc7603ead2f 100644 (file)
@@ -241,7 +241,7 @@ class BCreateGraph extends BGraph {
         
                 $this->StartDate = "1900-01-01";
                 $this->EndDate = "4000-01-01";
-                $this->elapsed = "86400";                   // 24 hours in seconds.
+                $this->elapsed = LAST_DAY;                   // 24 hours in seconds.
                 
          }