Changeset 17468 for schedule/Module


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17467 r17468  
    379379                        var newtr<?php echo $cnt; ?> = document.createElement("tr");
    380380                                newtr<?php echo $cnt; ?>.setAttribute('class','tr');
     381                        var count = 0;
    381382               
    382383        <?php
    383384       
    384385        $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'");
    385         alert("observation rows: " + mysql_num_rows($observations));
    386386        while($rows = mysql_fetch_array($observations))
    387387        {
    388388        ?>
     389                        count++;
     390                        alert("record: " + count);
    389391                        var newtd_c2 = document.createElement("td");
    390392                                newtd_c2.setAttribute("width","138");
Note: See TracChangeset for help on using the changeset viewer.