Changeset 10236 for temp


Ignore:
Timestamp:
2006/12/05 21:50:38 (20 years ago)
Author:
kaki
Message:
 
Location:
temp/trunk
Files:
2 edited

Legend:

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

    r10235 r10236  
    16011601            } 
    16021602        } 
    1603         sfprintr($this->prepared_queries); 
    1604          
    16051603        if (sizeof($params) > 0) { 
    16061604            $sth = $this->prepare($query); 
  • temp/trunk/html/admin/products/index.php

    r10228 r10236  
    267267             
    268268            // view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ) 
    269             global $arrViewWhere; 
    270             $arrViewWhere["&&noncls_where&&"] = $where; 
     269            //global $arrViewWhere; 
     270            //$arrViewWhere["&&noncls_where&&"] = $where; 
     271             
     272             $sth = $objQuery->prepare($where); 
     273              
     274             sfprintr($sth); 
    271275             
    272276            // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
Note: See TracChangeset for help on using the changeset viewer.