Changeset 10245 for temp/trunk
- Timestamp:
- 2006/12/05 22:12:48 (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
r10244 r10245 277 277 $where_tmp = $arrWhere[0]; 278 278 for($i = 1; $i < count($arrWhere); $i++){ 279 $where_tmp .= $arrWhere[$i] . sfQuoteSmart($arrval[$i ]);279 $where_tmp .= $arrWhere[$i] . sfQuoteSmart($arrval[$i - 1]); 280 280 } 281 281
Note: See TracChangeset
for help on using the changeset viewer.
