Ignore:
Timestamp:
2006/08/29 15:59:55 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r2158 r2702  
    2828        if($mode == "magazine") { 
    2929            $this->setWhere("(delete = 0 OR delete IS NULL)"); 
     30            $this->setWhere("status = 2"); 
    3031             
     32            /*¡¡²ñ°÷¤Î¤ßÂоݤȤ¹¤ë 
    3133            if(is_array($this->arrSql['customer'])) { 
    3234                $tmp_where = ""; 
     
    5860                $this->setWhere($tmp_where); 
    5961            } 
     62            */ 
    6063            // ÅÐÏ¿Æü¤ò¼¨¤¹¥«¥é¥à 
    6164            $regdate_col = 'dtb_customer_mail.create_date'; 
Note: See TracChangeset for help on using the changeset viewer.