Changeset 17465 for schedule/Module
- Timestamp:
- 01/04/14 08:56:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17464 r17465 321 321 { 322 322 $timestamp=strtotime($times['fStart']); 323 $actualtime = $times['fStart']; 323 324 $timestamp2 = date('Y-m-d',$timestamp); 324 325 $date_time = date('H:i:s',$timestamp); … … 381 382 <?php 382 383 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'"); 384 385 385 386 while($rows = mysql_fetch_array($observations))
Note:
See TracChangeset
for help on using the changeset viewer.