Index: /schedule/Module/Scheduling.php
===================================================================
--- /schedule/Module/Scheduling.php	(revision 16419)
+++ /schedule/Module/Scheduling.php	(revision 16420)
@@ -19,7 +19,7 @@
 
 </table>
-<table width="100%" id="TableH">
+<table width="100%" id="TableH" class="myTable">
 </table>
-<table width="100%" id="TableH1">
+<table width="100%" id="TableH1" class="myTable">
 </table>
 
Index: /schedule/include/factdb.php
===================================================================
--- /schedule/include/factdb.php	(revision 16419)
+++ /schedule/include/factdb.php	(revision 16420)
@@ -1,5 +1,5 @@
 <?php
-	//$con=mysql_connect("localhost","root","");
-	$con=mysql_connect("localhost","scheduletest","t3stsched");
+	$con=mysql_connect("localhost","root","");
+	//$con=mysql_connect("localhost","scheduletest","t3stsched");
 	mysql_select_db("sandboxschedule",$con);
  ?>
