Ignore:
Timestamp:
05/24/13 15:25:01 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16117 r16118  
    8686                                                        for(var i = 0; i<source.length;i++)
    8787                                                        {
    88                                                                 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true);
     88                                                                xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
    8989                                                                xml.send();
    9090                                                               
Note: See TracChangeset for help on using the changeset viewer.