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

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17474 r17475  
    322322                $timestamp=strtotime($times['fStart']);
    323323                //$actualtime = ($times['fStart'])->format('Y-m-d H:i:s');
    324                 $actualtime = $times['fStart'];
    325                 alert($actualtime);
     324                //$actualtime = $times['fStart'];
     325                alert($timestamp);
    326326                $timestamp2 = date('Y-m-d',$timestamp);
    327327                $date_time = date('H:i:s',$timestamp);
     
    380380        <?php
    381381       
    382         $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$actualtime'");
     382        $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'");
    383383
    384384        while($rows = mysql_fetch_array($observations))
Note: See TracChangeset for help on using the changeset viewer.