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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16309 r16310  
    107107                                                        for( src=0;src<source.length;src++)
    108108                                                        {
    109                                                                 Data[src] = new Array();
    110                                                                 Time[src] = new Array();
     109                                                               
    111110                                                                if (window.XMLHttpRequest)
    112111                                                                  {// code for IE7+, Firefox, Chrome, Opera, Safari
     
    123122                                                                               
    124123                                                                                line=xmlhttp.responseText.split('\n');
    125                                                                                 for (row = 0; row<line.length; row++)
     124                                                                                for(srcs = 0; srcs<source.length;srcs++)
    126125                                                                                {
    127                                                                                         rows=line[row].split(',');
    128                                                                                         Data[0][row]=rows[4];
     126                                                                                        Data[srcs] = new Array();
     127                                                                                        Time[srcs] = new Array();
     128                                                                                        for (row = 0; row<line.length; row++)
     129                                                                                        {
     130                                                                                                rows=line[row].split(',');
     131                                                                                                Data[srcs][row]=rows[4];
     132                                                                                        }
    129133                                                                                }
    130134                                                                                for(ii=0; ii<source.length;ii++)
Note: See TracChangeset for help on using the changeset viewer.