- Timestamp:
- Jun 14, 2011, 2:02:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/include/dblayer/functions_mysql.inc.php
r8844 r11363 233 233 $separator = $is_first ? '' : ",\n "; 234 234 235 if (isset($data[$key]) and $data[$key] != '')235 if (isset($data[$key]) and $data[$key] !== '') 236 236 { 237 237 $query.= $separator.$key.' = \''.$data[$key].'\'';
Note: See TracChangeset
for help on using the changeset viewer.