Ignore:
Timestamp:
2006/09/26 15:10:03 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/DB/common.php

    r5889 r5890  
    956956            return $realquery; 
    957957        } 
    958         print_r($realquery); 
    959958        $result = $this->simpleQuery($realquery); 
    960959 
     
    10051004                    $realquery .= $this->quoteSmart($value); 
    10061005                }else{ 
    1007                     $realquery .= NULL; 
     1006                    $realquery .= 'NULL'; 
    10081007                } 
    10091008            } elseif ($this->prepare_types[$stmt][$i] == DB_PARAM_OPAQUE) { 
Note: See TracChangeset for help on using the changeset viewer.