Ignore:
Timestamp:
05/28/13 05:10:59 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16356 r16357  
    142142                                                        }
    143143                                                        //var array = [];
    144                                                         function GraphData(var [] array)
     144                                                        function GraphData(var array[])
    145145                                                        {
    146                                                                 for(i=0;i<source.length;i++)
     146                                                                for(i=0;i<array.length;i++)
    147147                                                                {
    148148                                                                        /*for(ii=0;ii<Data[i].length;ii++)
Note: See TracChangeset for help on using the changeset viewer.