Changeset 17464 for schedule/Module/control.php
- Timestamp:
- 01/04/14 08:51:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17463 r17464 381 381 <?php 382 382 383 $observations = mysql_query("SELECT * FROM schedule WHERE fStart = ' $timestamp'");383 $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '2014-01-21 19:00:00'"); 384 384 385 385 while($rows = mysql_fetch_array($observations))
Note:
See TracChangeset
for help on using the changeset viewer.