Changeset 16404 for schedule/Module
- Timestamp:
- 05/28/13 15:35:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16403 r16404 135 135 { 136 136 rows=line[row].split(','); 137 Data[0] .push(rows[4]);137 Data[0][row]=rows[4]; 138 138 } 139 139 } … … 146 146 { 147 147 rows=line[row].split(','); 148 Data[1] .push(rows[4]);148 Data[1][row]=rows[4]; 149 149 } 150 150
Note:
See TracChangeset
for help on using the changeset viewer.