Changeset 9483
- Timestamp:
- 08/03/09 13:26:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r9476 r9483 593 593 { 594 594 if (empty($_GET["fStartDate"])) 595 $timemin = GetMin(" fRunStart", $table, $host, $user, $pw, $db);595 $timemin = GetMin("Date_Format(fRunStart, '%Y-%m-%d')", $table, $host, $user, $pw, $db); 596 596 else 597 597 $timemin = $_GET["fStartDate"]; 598 598 599 599 if (empty($_GET["fStopDate"])) 600 $timemax = GetMaxDate(" fRunStart", $table, $host, $user, $pw, $db);600 $timemax = GetMaxDate("Date_Format(fRunStart, '%Y-%m-%d')", $table, $host, $user, $pw, $db); 601 601 else 602 602 $timemax = $_GET["fStopDate"];
Note:
See TracChangeset
for help on using the changeset viewer.