- Timestamp:
- 2006/08/24 10:18:40 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/products/index.tpl (modified) (previous)
-
html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1496 r1497 251 251 // $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 252 252 $arrProducts = $objQuery->select($col, $from, $where, $arrval); 253 $objPage->arrTest = "test";253 $objPage->arrTest = $arrProducts; 254 254 sfprintr($arrProducts); 255 255
Note: See TracChangeset
for help on using the changeset viewer.
