Changeset 15579 for schedule


Ignore:
Timestamp:
05/09/13 00:51:32 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15578 r15579  
    7676        Time[row]=f[0];
    7777        arr[row]=f[4];
    78         for(var t=0 t<Time.length;t++)
     78        for(var t=0; t<Time.length;t++)
    7979        {
    80                 var x=Time[t].split('t');
     80                var x=Time[t].split('T');
    8181                h[t]=x[0];     
    8282        }
Note: See TracChangeset for help on using the changeset viewer.