Ignore:
Timestamp:
2008/07/14 20:59:41 (16 years ago)
Author:
Seasoft
Message:

管理機能の表示名称を統一。
 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=2473&forum=4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/SC_CustomerList.php

    r17369 r17425  
    4545 
    4646        if($mode == "customer") { 
    47             // 管理者ページ顧客検索の場合仮登録会員も検索 
     47            // 管理機能顧客検索の場合仮登録会員も検索 
    4848            //$this->setWhere( "(status = 1 OR status = 2) AND del_flg = 0 "); 
    4949            $this->setWhere( " del_flg = 0 "); 
Note: See TracChangeset for help on using the changeset viewer.