Changeset 16420
- Timestamp:
- 05/29/13 05:49:25 (12 years ago)
- Location:
- schedule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/Scheduling.php
r16281 r16420 19 19 20 20 </table> 21 <table width="100%" id="TableH" >21 <table width="100%" id="TableH" class="myTable"> 22 22 </table> 23 <table width="100%" id="TableH1" >23 <table width="100%" id="TableH1" class="myTable"> 24 24 </table> 25 25 -
schedule/include/factdb.php
r16112 r16420 1 1 <?php 2 //$con=mysql_connect("localhost","root","");3 $con=mysql_connect("localhost","scheduletest","t3stsched");2 $con=mysql_connect("localhost","root",""); 3 //$con=mysql_connect("localhost","scheduletest","t3stsched"); 4 4 mysql_select_db("sandboxschedule",$con); 5 5 ?>
Note:
See TracChangeset
for help on using the changeset viewer.