Changeset 6699 for temp/trunk/html
- Timestamp:
- 2006/10/25 18:00:03 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/rss/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/rss/product.php
r6698 r6699 138 138 $sql .= " ORDER BY prod.product_id, cls.classcategory_id1, cls.classcategory_id2"; 139 139 $arrProduct = $objQuery->getall($sql, $arrval); 140 $objQuery->getlastquery();140 // $objQuery->getlastquery(); 141 141 sfprintr($arrProduct); 142 142 exit(); 143 143 144 return $arrProduct; 144 145 }
Note: See TracChangeset
for help on using the changeset viewer.
