Changeset 1671
- Timestamp:
- 2006/08/24 15:56:08 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/products/test.tpl (modified) (previous)
-
html/admin/products/index2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index2.php
r1670 r1671 21 21 $objSess = new SC_Session(); 22 22 23 arrResults = Array23 $arrProducts = Array 24 24 ( 25 25 '0' => Array … … 162 162 163 163 ); 164 $objPage->arr Products = $arrProducts;164 $objPage->arrResults = $arrProducts; 165 165 166 166 // ²èÌ̤Îɽ¼¨
Note: See TracChangeset
for help on using the changeset viewer.
