Ignore:
Timestamp:
Dec 31, 2016, 12:19:25 AM (8 years ago)
Author:
chronos
Message:
  • Fixed: Use SQL transaction for updating network device online state.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Database.php

    r838 r841  
    154154    }
    155155    $Values = substr($Values, 2);
    156     echo('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')');
     156    //echo('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')');
    157157    $this->query('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')');
    158158  }
Note: See TracChangeset for help on using the changeset viewer.