Changeset 1581 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/08/24 12:20:25 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r1566 r1581  
    249249            $objQuery->setorder($order); 
    250250            // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
    251             $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    252 //          $arrProducts = $objQuery->select($col, $from, $where, $arrval); 
     251//          $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
     252            $arrProducts = $objQuery->select($col, $from, $where, $arrval); 
     253 
     254             
     255            $objPage->arrTest = $arrProducts; 
     256             
    253257            $objPage->tpl_mainpage="products/test.tpl"; 
    254258 
Note: See TracChangeset for help on using the changeset viewer.