Changeset 17445
- Timestamp:
- 01/03/14 16:09:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/update.php
r17444 r17445 18 18 $days = Date('Y-m-d',strtotime($Gdates)); 19 19 $cnt = 0; 20 mysql_query("INSERT INTO schedule VALUES('null',' 2014-01-23 16:33:14','2014-01-03 16:33:14','".$seq."','','".$data."','".$Source."','".$measure."')");20 mysql_query("INSERT INTO schedule VALUES('null','".$par."','2014-01-03 16:33:14','".$seq."','','".$data."','".$Source."','".$measure."')"); 21 21 22 22 //mysql_query("INSERT INTO schedule VALUES('null','".$par."','".$UpdateDate."','".$seq."','','".$data."','".$Source."','".$measure."')");
Note:
See TracChangeset
for help on using the changeset viewer.