Changeset 17457 for schedule/Module/control.php
- Timestamp:
- 01/04/14 08:20:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17456 r17457 318 318 //$counter=0; 319 319 $prevtimestamp = 0; 320 321 while($rows = mysql_fetch_array($fetch)) 322 { 323 $scheduleId = $rows['fScheduleID']; 324 $timestamp=strtotime($rows['fStart']); 320 while($times = mysql_fetch_array($observationsTime)) 321 { 322 $timestamp=strtotime($times['fStart']); 325 323 $timestamp2 = date('Y-m-d',$timestamp); 326 324 $date_time = date('H:i:s',$timestamp); 327 325 $prev_time[$cnt3]= $date_time; 326 327 while($rows = mysql_fetch_array($fetch)) 328 { 328 329 ?> 329 330 $('#save').attr('value','UPDATE'); … … 502 503 $prevtimestamp = $timestamp; 503 504 } 504 505 } 505 506 506 507 if(mysql_num_rows($fetch)<1)
Note:
See TracChangeset
for help on using the changeset viewer.