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

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17431 r17432  
    315315        while($rows = mysql_fetch_array($fetch))
    316316        {
    317                 $timestamp=strtotime($rows['fStart']);
     317                $scheduleId = $rows['fScheduleID'];
     318                $timestamp=strtotime($rows['fStart']);s
    318319                $timestamp2 = date('Y-m-d',$timestamp);
    319320                $date_time = date('H:i:s',$timestamp);
     
    367368                                        input_data.setAttribute("value","+"),
    368369                                        input_data.onclick = function(){
    369                                                 addRowClone1("list_<?php echo $cnt; ?>");
     370                                                addRowClone("list_<?php echo $cnt; ?>");
    370371                                        }
    371372                                );
Note: See TracChangeset for help on using the changeset viewer.