Changeset 9973 for temp/trunk


Ignore:
Timestamp:
2006/11/30 21:58:03 (20 years ago)
Author:
uehara
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_CustomerList.php

    r5934 r9973  
    243243            if($tmp_where != "") { 
    244244                $this->setWhere( " customer_id IN (SELECT distinct customer_id FROM dtb_order WHERE order_id IN (SELECT distinct order_id FROM dtb_order_detail WHERE product_id IN (SELECT product_id FROM dtb_products WHERE ".$tmp_where." ))) "); 
    245                 $this->arrVal = array_merge($this->arrVal, $tmp_arrval); 
     245                $this->arrVal = array_merge((array)$this->arrVal, (array)$tmp_arrval); 
    246246            } 
    247247        } 
Note: See TracChangeset for help on using the changeset viewer.