Changeset 16576 for schedule


Ignore:
Timestamp:
06/02/13 15:34:40 (11 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/include/factdb.php

    r16422 r16576  
    22
    33       
    4 //$con=mysql_connect("localhost","root","");
    5         $con=mysql_connect("localhost","scheduletest","t3stsched");
     4        $con=mysql_connect("localhost","root","");
     5        //$con=mysql_connect("localhost","scheduletest","t3stsched");
    66        mysql_select_db("sandboxschedule",$con);
    77 ?>
  • schedule/js/xmlrequest.js

    r16574 r16576  
    1 $(document).ready(function(){
     1
    22        function testData()
    33        {
     
    4141                }
    4242        }
    43 });
Note: See TracChangeset for help on using the changeset viewer.