Changeset 17432 for schedule/Module/control.php
- Timestamp:
- 01/03/14 14:05:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17431 r17432 315 315 while($rows = mysql_fetch_array($fetch)) 316 316 { 317 $timestamp=strtotime($rows['fStart']); 317 $scheduleId = $rows['fScheduleID']; 318 $timestamp=strtotime($rows['fStart']);s 318 319 $timestamp2 = date('Y-m-d',$timestamp); 319 320 $date_time = date('H:i:s',$timestamp); … … 367 368 input_data.setAttribute("value","+"), 368 369 input_data.onclick = function(){ 369 addRowClone 1("list_<?php echo $cnt; ?>");370 addRowClone("list_<?php echo $cnt; ?>"); 370 371 } 371 372 );
Note:
See TracChangeset
for help on using the changeset viewer.