Changeset 10257 for temp/trunk
- Timestamp:
- 2006/12/06 09:14:44 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r10256 r10257 275 275 $where_tmp .= sfQuoteSmart($arrval[$i - 1]) . $arrWhere[$i]; 276 276 } 277 $arrViewWhere["&&noncls_where&&"] = $where_tmp . $objQuery->order .$objQuery->option;277 $arrViewWhere["&&noncls_where&&"] = $where_tmp . " " . $objQuery->order . " " . $objQuery->option; 278 278 279 279 sfprintr($objQuery->option);
Note: See TracChangeset
for help on using the changeset viewer.
