Changeset 17494
- Timestamp:
- 01/07/14 13:05:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17493 r17494 516 516 } 517 517 518 if((mysql_num_rows($fetch)<1) || ($transaction == "save"))518 if((mysql_num_rows($fetch)<1)) // || $transaction == "save") 519 519 { 520 520 $transaction = "save"; … … 532 532 } 533 533 534 /*function loadPreviousData(){534 function loadPreviousData(){ 535 535 <?php $previousData = "true"; ?> 536 536 addRowClone(); 537 } */537 } 538 538 </script> 539 539
Note:
See TracChangeset
for help on using the changeset viewer.