Changeset 1560 for temp/trunk


Ignore:
Timestamp:
2006/08/24 11:48:50 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r1509 r1560  
    215215        default: 
    216216            // ÆÉ¤ß¹þ¤àÎó¤È¥Æ¡¼¥Ö¥ë¤Î»ØÄê 
    217             $col = "product_id, name, category_id, main_list_image, status, product_code, price01, price02, stock, stock_unlimited"; 
     217//          $col = "product_id, name, category_id, main_list_image, status, product_code, price01, price02, stock, stock_unlimited"; 
     218            $col = "product_id"; 
    218219            $from = "vw_products_nonclass"; 
    219220 
     
    251252            $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    252253//          $arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    253             $objPage->tpl_mainpage="products/test.tpl"; 
     254//          $objPage->tpl_mainpage="products/test.tpl"; 
    254255 
    255256            break; 
Note: See TracChangeset for help on using the changeset viewer.