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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16316 r16317  
    123123                                                                        {
    124124                                                                                line=xmlhttp.responseText.split('\n');
    125                                                                                 GraphData(line);
     125                                                                                for(row=0;row<line.length;row++)
     126                                                                                {
     127                                                                                        rows=line[row].split(',');
     128                                                                                        val=rows[4];
     129                                                                                }
     130                                                                                GraphData(val);
    126131                                                                        }
    127132                                                                }
Note: See TracChangeset for help on using the changeset viewer.