Index: /schedule/Module/Scheduling.php
===================================================================
--- /schedule/Module/Scheduling.php	(revision 16278)
+++ /schedule/Module/Scheduling.php	(revision 16279)
@@ -1,2 +1,5 @@
+<?php
+	include 'function/SplitDelete.php';
+?>
 <table width="100%" id="TableHolder" >
 	<tr>
Index: /schedule/authenticate/body.php
===================================================================
--- /schedule/authenticate/body.php	(revision 16278)
+++ /schedule/authenticate/body.php	(revision 16279)
@@ -4,5 +4,5 @@
 ini_set('display_errors', 'Off');
 include 'function/sourcelist.php';
-include 'function/SplitDelete.php';
+
 include 'function/function.php';
  ?>
