Changeset 16493


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16492 r16493  
    138138                                                function displayData() //--> you can use the content of this function in the event listener
    139139                                                {
    140                                                         for (i=0; i<=source.length; i++)
     140                                                        for (i=0; i<source.length; i++)
    141141                                                        {
    142142                                                        getXMLData();
     
    150150                                                        year =this.selection.print("%Y").join("\n");   
    151151                                                       
    152                                                 getXML();
     152                                                //getXML();
    153153                                                displayData();
    154154                                                });
Note: See TracChangeset for help on using the changeset viewer.