Changeset 10248 for temp/trunk


Ignore:
Timestamp:
2006/12/05 22:16:29 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index.php

    r10247 r10248  
    280280                sfprintr(sfQuoteSmart($arrval[$i - 1])); 
    281281                 
    282                 $where_tmp .= $arrWhere[$i] . sfQuoteSmart($arrval[$i - 1]); 
     282                $where_tmp .= sfQuoteSmart($arrval[$i - 1]) . $arrWhere[$i]; 
    283283            } 
    284284             
Note: See TracChangeset for help on using the changeset viewer.