- Timestamp:
- 06/06/13 15:17:43 (11 years ago)
- Location:
- schedule/Module
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/Scheduling.php
r16721 r16750 2 2 include '../include/factdb.php'; 3 3 4 //include '../function/SplitDelete.php';4 include '../function/SplitDelete.php'; 5 5 ?> 6 6 <table width="100%" id="TableHolder" > -
schedule/Module/calendar.php
r16749 r16750 108 108 //alert(year+'-'+month+'-'+day); 109 109 //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); 111 111 //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day}); 112 112 $.get("function/function.php", {day:year+'-'+month+'-'+day});
Note:
See TracChangeset
for help on using the changeset viewer.