Changeset 17468 for schedule/Module/control.php
- Timestamp:
- 01/04/14 09:08:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17467 r17468 379 379 var newtr<?php echo $cnt; ?> = document.createElement("tr"); 380 380 newtr<?php echo $cnt; ?>.setAttribute('class','tr'); 381 var count = 0; 381 382 382 383 <?php 383 384 384 385 $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'"); 385 alert("observation rows: " + mysql_num_rows($observations));386 386 while($rows = mysql_fetch_array($observations)) 387 387 { 388 388 ?> 389 count++; 390 alert("record: " + count); 389 391 var newtd_c2 = document.createElement("td"); 390 392 newtd_c2.setAttribute("width","138");
Note:
See TracChangeset
for help on using the changeset viewer.