Changeset 15651
- Timestamp:
- 05/17/13 15:37:30 (12 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  schedule/Module/calendar.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      schedule/Module/calendar.phpr15650 r15651 85 85 { 86 86 var x=Time[t].split('T'); 87 colon[t]=x[1];88 for(var st=0;st< colon.length;st++)87 Time[t]=x[1]; 88 for(var st=0;st<Time.length;st++) 89 89 { 90 var c= colon[st].split(':');90 var c=Time[st].split(':'); 91 91 92 92 if(f[4]==0) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
