Ignore:
Timestamp:
06/05/13 05:58:53 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16702 r16722  
    104104                                                        year =this.selection.print("%Y").join("\n");   
    105105                             GetData();
     106
     107                                               
     108                                                //alert(year+'-'+month+'-'+day);
     109                                                window.location = 'index.php?days='+year+'-'+month+'-'+day;
     110                                                        //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
     111                                                        $.get("function/function.php", {day:year+'-'+month+'-'+day});
     112                                                 
     113
    106114                                                         //GetDate();
    107115                                                       
     116
    108117                               
    109118                });
Note: See TracChangeset for help on using the changeset viewer.