Changeset 17494


Ignore:
Timestamp:
01/07/14 13:05:42 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17493 r17494  
    516516        }
    517517
    518         if((mysql_num_rows($fetch)<1) || ($transaction == "save"))     
     518        if((mysql_num_rows($fetch)<1)) // || $transaction == "save")   
    519519        {
    520520                $transaction = "save";
     
    532532}
    533533
    534 /*function loadPreviousData(){
     534function loadPreviousData(){
    535535        <?php $previousData = "true"; ?>
    536536        addRowClone();
    537 }*/
     537}
    538538 </script>
    539539       
Note: See TracChangeset for help on using the changeset viewer.