Changeset 10247 for temp/trunk
- Timestamp:
- 2006/12/05 22:15:14 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r10246 r10247 2527 2527 function sfQuoteSmart($in){ 2528 2528 2529 sfprintr($in);2530 2531 2529 if (is_int($in) || is_double($in)) { 2532 2530 return $in; -
temp/trunk/html/admin/products/index.php
r10245 r10247 277 277 $where_tmp = $arrWhere[0]; 278 278 for($i = 1; $i < count($arrWhere); $i++){ 279 280 sfprintr(sfQuoteSmart($arrval[$i - 1])); 281 279 282 $where_tmp .= $arrWhere[$i] . sfQuoteSmart($arrval[$i - 1]); 280 283 }
Note: See TracChangeset
for help on using the changeset viewer.
