Changeset 15613 for schedule/Module


Ignore:
Timestamp:
05/16/13 15:27:26 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15612 r15613  
    8080                                                                                                var x=Time[t].split('T');
    8181                                                                                                //h[t]=x[1];
    82                                                                                                 newline[row]="["+x[1]+","+f[4]+"]";
    83                                                                                        
     82                                                                                                if(f[4]==0)
     83                                                                                                {
     84                                                                                                        newline[row]="["+x[1]+","+0+"]";
     85                                                                                                }
     86                                                                                                else
     87                                                                                                        newline[row]="["+x[1]+","+f[4]+"]";
    8488                                                                                        }
    8589                                                                               
Note: See TracChangeset for help on using the changeset viewer.