Changeset 10247 for temp/trunk


Ignore:
Timestamp:
2006/12/05 22:15:14 (20 years ago)
Author:
kaki
Message:
 
Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r10246 r10247  
    25272527function sfQuoteSmart($in){ 
    25282528     
    2529     sfprintr($in); 
    2530      
    25312529    if (is_int($in) || is_double($in)) { 
    25322530        return $in; 
  • temp/trunk/html/admin/products/index.php

    r10245 r10247  
    277277            $where_tmp = $arrWhere[0]; 
    278278            for($i = 1; $i < count($arrWhere); $i++){ 
     279                 
     280                sfprintr(sfQuoteSmart($arrval[$i - 1])); 
     281                 
    279282                $where_tmp .= $arrWhere[$i] . sfQuoteSmart($arrval[$i - 1]); 
    280283            } 
Note: See TracChangeset for help on using the changeset viewer.