Changeset 16404 for schedule


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16403 r16404  
    135135                                                                                                {
    136136                                                                                                        rows=line[row].split(',');
    137                                                                                                         Data[0].push(rows[4]);
     137                                                                                                        Data[0][row]=rows[4];
    138138                                                                                                }
    139139                                                                                        }
     
    146146                                                                                                {
    147147                                                                                                        rows=line[row].split(',');
    148                                                                                                         Data[1].push(rows[4]);
     148                                                                                                        Data[1][row]=rows[4];
    149149                                                                                                }
    150150                                                                                       
Note: See TracChangeset for help on using the changeset viewer.