Show
Ignore:
Timestamp:
04/04/2008 02:19:34 PM (8 months ago)
Author:
Shadowhand
Message:

Minor tweaks to PDODB and PDO_Model

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/pdomo/libraries/PDODB.php

    r2419 r2421  
    6868         * @return  string 
    6969         */ 
    70         public function where($key, $op, $value = NULL) 
     70        public function where($key, $op, $value = '{WHERE_VALUE_DEFAULT}') 
    7171        { 
    72                 if ($value === NULL) 
     72                if ($value === '{WHERE_VALUE_DEFAULT}') 
    7373                { 
    7474                        // Use the operator as the value