Changeset 1560 for temp/trunk
- Timestamp:
- 2006/08/24 11:48:50 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/products/test.tpl (modified) (previous)
-
html/admin/products/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1509 r1560 215 215 default: 216 216 // ÆÉ¤ß¹þ¤àÎó¤È¥Æ¡¼¥Ö¥ë¤Î»ØÄê 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"; 218 219 $from = "vw_products_nonclass"; 219 220 … … 251 252 $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 252 253 // $arrProducts = $objQuery->select($col, $from, $where, $arrval); 253 $objPage->tpl_mainpage="products/test.tpl";254 // $objPage->tpl_mainpage="products/test.tpl"; 254 255 255 256 break;
Note: See TracChangeset
for help on using the changeset viewer.
