Ignore:
Timestamp:
01/04/14 08:56:37 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17464 r17465  
    321321{
    322322                $timestamp=strtotime($times['fStart']);
     323                $actualtime = $times['fStart'];
    323324                $timestamp2 = date('Y-m-d',$timestamp);
    324325                $date_time = date('H:i:s',$timestamp);
     
    381382        <?php
    382383       
    383         $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '2014-01-21 19:00:00'");
     384        $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$actualtime'");
    384385
    385386        while($rows = mysql_fetch_array($observations))
Note: See TracChangeset for help on using the changeset viewer.