Changeset 841 for trunk/Packages/Common/Database.php
- Timestamp:
- Dec 31, 2016, 12:19:25 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Database.php
r838 r841 154 154 } 155 155 $Values = substr($Values, 2); 156 echo('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')');156 //echo('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')'); 157 157 $this->query('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')'); 158 158 }
Note:
See TracChangeset
for help on using the changeset viewer.