Changeset 10291 for temp/trunk


Ignore:
Timestamp:
2006/12/06 12:08:55 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

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

    r10287 r10291  
    279279             
    280280            // view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ) 
    281 /*          global $arrViewWhere; 
    282             $arrWhere = split("[?]", $where); 
     281            global $arrViewWhere; 
     282            $arrWhere = split("[?]", $view_where); 
    283283            $where_tmp = " WHERE " . $arrWhere[0]; 
    284284            for($i = 1; $i < count($arrWhere); $i++){ 
     
    287287            $where_tmp .= $view_where; 
    288288            $arrViewWhere["&&noncls_where&&"] = $where_tmp . " " . $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true); 
    289     */       
     289         
    290290            // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
    291             //$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
     291            $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    292292             
    293293            sfprintr(sfChangeILIKE($where)); 
Note: See TracChangeset for help on using the changeset viewer.