Changeset 5887 for temp/trunk/data/module
- Timestamp:
- 2006/09/26 15:04:53 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/module/DB/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/DB/common.php
r4700 r5887 1001 1001 foreach ($data as $value) { 1002 1002 if ($this->prepare_types[$stmt][$i] == DB_PARAM_SCALAR) { 1003 $realquery .= $this->quoteSmart($value); 1003 if ($value != "") { 1004 $realquery .= $this->quoteSmart($value); 1005 }else{ 1006 $realquery .= NULL; 1007 } 1008 print("DB_PARAM_SCALAR"); 1004 1009 } elseif ($this->prepare_types[$stmt][$i] == DB_PARAM_OPAQUE) { 1005 1010 $fp = @fopen($value, 'rb');
Note: See TracChangeset
for help on using the changeset viewer.
