Changeset 17433


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17432 r17433  
    316316        {
    317317                $scheduleId = $rows['fScheduleID'];
    318                 $timestamp=strtotime($rows['fStart']);s
     318                $timestamp=strtotime($rows['fStart']);
    319319                $timestamp2 = date('Y-m-d',$timestamp);
    320320                $date_time = date('H:i:s',$timestamp);
Note: See TracChangeset for help on using the changeset viewer.