Changeset 17467
- Timestamp:
- 01/04/14 09:03:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17466 r17467 383 383 384 384 $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'"); 385 385 alert("observation rows: " + mysql_num_rows($observations)); 386 386 while($rows = mysql_fetch_array($observations)) 387 387 {
Note:
See TracChangeset
for help on using the changeset viewer.