Ignore:
Timestamp:
05/28/13 15:47:30 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16406 r16407  
    136136                                                                                                {
    137137                                                                                                        rows=line[row].split(',');
    138                                                                                                         Data[0][row]=rows[4];
     138                                                                                                        Data[0].push(rows[4]);
    139139                                                                                                }
    140140                                                                                        }
     
    148148                                                                                                {
    149149                                                                                                        rows=line[row].split(',');
    150                                                                                                         Data[src][row]=rows[4];
     150                                                                                                        Data[src].push(rows[4]);
    151151                                                                                                }
    152152                                                                                       
Note: See TracChangeset for help on using the changeset viewer.