Changeset 2421 for trunk/modules/pdomo/libraries/PDODB.php
- Timestamp:
- 04/04/2008 02:19:34 PM (8 months ago)
- Files:
-
- 1 modified
-
trunk/modules/pdomo/libraries/PDODB.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/pdomo/libraries/PDODB.php
r2419 r2421 68 68 * @return string 69 69 */ 70 public function where($key, $op, $value = NULL)70 public function where($key, $op, $value = '{WHERE_VALUE_DEFAULT}') 71 71 { 72 if ($value === NULL)72 if ($value === '{WHERE_VALUE_DEFAULT}') 73 73 { 74 74 // Use the operator as the value
