Ignore:
Timestamp:
2006/12/05 22:00:45 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index.php

    r10238 r10239  
    270270            //$arrViewWhere["&&noncls_where&&"] = $where; 
    271271             
    272             $sth = $objQuery->conn->prepare($where); 
    273             $realquery = $objQuery->conn->executeEmulateQuery($sth, $arrval); 
    274              
    275              
    276             sfprintr($sth); 
     272            $arrWhere = split("[?]", $where); 
     273            sfprintr($arrWhere); 
     274             
    277275             
    278276            // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
Note: See TracChangeset for help on using the changeset viewer.