Changeset 17427 for schedule


Ignore:
Timestamp:
01/03/14 10:51:23 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/update.php

    r17424 r17427  
    11 <?php
    22//connect to the mysql
    3 $db =mysql_connect("localhost","scheduletest","t3stsched");
     3$db = mysql_connect("localhost","scheduletest","t3stsched");
    44mysql_select_db('sandboxschedule', $db) or die("Could not select database");
    55
Note: See TracChangeset for help on using the changeset viewer.