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

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17469 r17470  
    327327?>
    328328$('#save').attr('value','UPDATE');
    329                         alert("new observation");
    330329                        var targetView = document.getElementById("Data");
    331330                        // CREATE ELEMENT
     
    385384       
    386385        $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'");
     386
    387387        while($rows = mysql_fetch_array($observations))
    388388        {
    389389        ?>
    390                         count++;
    391                         alert("record: " + count);
     390                        alert("new observation shed");
    392391                        var newtd_c2 = document.createElement("td");
    393392                                newtd_c2.setAttribute("width","138");
Note: See TracChangeset for help on using the changeset viewer.