Changeset 838 for trunk/Packages/Common/Database.php
- Timestamp:
- Sep 18, 2016, 6:39:52 PM (9 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Packages/Common/Database.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Packages/Common/Database.phpr791 r838 154 154 } 155 155 $Values = substr($Values, 2); 156 echo('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')'); 156 157 $this->query('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')'); 157 158 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
