Ignore:
Timestamp:
01/04/14 09:42:02 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17475 r17476  
    321321{
    322322                $timestamp=strtotime($times['fStart']);
    323                 //$actualtime = ($times['fStart'])->format('Y-m-d H:i:s');
     323                $actualtime = $timestamp->format('Y-m-d H:i:s');
     324
    324325                //$actualtime = $times['fStart'];
    325                 alert($timestamp);
     326                //alert($timestamp);
    326327                $timestamp2 = date('Y-m-d',$timestamp);
    327328                $date_time = date('H:i:s',$timestamp);
     
    380381        <?php
    381382       
    382         $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'");
     383        $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$actualtime'");
    383384
    384385        while($rows = mysql_fetch_array($observations))
Note: See TracChangeset for help on using the changeset viewer.