Changeset 229 for trunk/database.php
- Timestamp:
- Jun 21, 2009, 12:04:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/database.php
r226 r229 54 54 { 55 55 if(!in_array($Value, $this->Functions)) $Value = '"'.$this->real_escape_string($Value).'"'; 56 $Values .= ', '.$Key.'='.$Value;56 $Values .= ', `'.$Key.'`='.$Value; 57 57 } 58 58 $Values = substr($Values, 2);
Note:
See TracChangeset
for help on using the changeset viewer.