Changeset 16750 for schedule


Ignore:
Timestamp:
06/06/13 15:17:43 (11 years ago)
Author:
tanio
Message:
 
Location:
schedule/Module
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/Scheduling.php

    r16721 r16750  
    22        include '../include/factdb.php';
    33
    4         //include '../function/SplitDelete.php';
     4        include '../function/SplitDelete.php';
    55?>
    66<table width="100%" id="TableHolder" >
  • schedule/Module/calendar.php

    r16749 r16750  
    108108                                                //alert(year+'-'+month+'-'+day);
    109109                                                //window.location = 'index.php?days='+year+'-'+month+'-'+day;
    110                                                 $('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
     110                                                        $('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
    111111                                                        //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
    112112                                                        $.get("function/function.php", {day:year+'-'+month+'-'+day});
Note: See TracChangeset for help on using the changeset viewer.