Changeset 16420


Ignore:
Timestamp:
05/29/13 05:49:25 (12 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/Scheduling.php

    r16281 r16420  
    1919
    2020</table>
    21 <table width="100%" id="TableH">
     21<table width="100%" id="TableH" class="myTable">
    2222</table>
    23 <table width="100%" id="TableH1">
     23<table width="100%" id="TableH1" class="myTable">
    2424</table>
    2525
  • schedule/include/factdb.php

    r16112 r16420  
    11<?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");
    44        mysql_select_db("sandboxschedule",$con);
    55 ?>
Note: See TracChangeset for help on using the changeset viewer.