Changeset 5890 for temp/trunk/data/module/DB
- Timestamp:
- 2006/09/26 15:10:03 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/module/DB/common.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/DB/common.php
r5889 r5890 956 956 return $realquery; 957 957 } 958 print_r($realquery);959 958 $result = $this->simpleQuery($realquery); 960 959 … … 1005 1004 $realquery .= $this->quoteSmart($value); 1006 1005 }else{ 1007 $realquery .= NULL;1006 $realquery .= 'NULL'; 1008 1007 } 1009 1008 } elseif ($this->prepare_types[$stmt][$i] == DB_PARAM_OPAQUE) {
Note: See TracChangeset
for help on using the changeset viewer.
