Index: schedule/Module/Scheduling.php
===================================================================
--- schedule/Module/Scheduling.php	(revision 16749)
+++ schedule/Module/Scheduling.php	(revision 16750)
@@ -2,5 +2,5 @@
 	include '../include/factdb.php';
 
-	//include '../function/SplitDelete.php';
+	include '../function/SplitDelete.php';
 ?>
 <table width="100%" id="TableHolder" >
Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16749)
+++ schedule/Module/calendar.php	(revision 16750)
@@ -108,5 +108,5 @@
 						//alert(year+'-'+month+'-'+day);
 						//window.location = 'index.php?days='+year+'-'+month+'-'+day;
-						$('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
+							$('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
 							//$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
 							$.get("function/function.php", {day:year+'-'+month+'-'+day});
