Changeset 10243 for temp/trunk/html
- Timestamp:
- 2006/12/05 22:11:32 (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
r10242 r10243 276 276 $where_tmp = $arrWhere[0]; 277 277 for($i = 1; $i < count($arrWhere); $i++){ 278 $where_tmp .= $arrWhere[$i] . sfQuoteSmart($arrval[$ key]);278 $where_tmp .= $arrWhere[$i] . sfQuoteSmart($arrval[$i]); 279 279 } 280 280
Note: See TracChangeset
for help on using the changeset viewer.
