Changeset 9483


Ignore:
Timestamp:
08/03/09 13:26:22 (15 years ago)
Author:
aparavac
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/menu.php

    r9476 r9483  
    593593{
    594594    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);
    596596    else
    597597        $timemin = $_GET["fStartDate"];
    598598
    599599    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);
    601601    else
    602602        $timemax = $_GET["fStopDate"];
Note: See TracChangeset for help on using the changeset viewer.