Changeset 2702
- Timestamp:
- 2006/08/29 15:59:55 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_CustomerList.php (modified) (2 diffs)
-
html/admin/mail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CustomerList.php
r2158 r2702 28 28 if($mode == "magazine") { 29 29 $this->setWhere("(delete = 0 OR delete IS NULL)"); 30 $this->setWhere("status = 2"); 30 31 32 /*¡¡²ñ°÷¤Î¤ßÂоݤȤ¹¤ë 31 33 if(is_array($this->arrSql['customer'])) { 32 34 $tmp_where = ""; … … 58 60 $this->setWhere($tmp_where); 59 61 } 62 */ 60 63 // ÅÐÏ¿Æü¤ò¼¨¤¹¥«¥é¥à 61 64 $regdate_col = 'dtb_customer_mail.create_date'; -
temp/trunk/html/admin/mail/index.php
r2690 r2702 94 94 // hiddenÍ×ÁǺîÀ® 95 95 $objPage->arrHidden = lfGetHidden($objPage->list_data); 96 97 $objPage->list_data['customer'] = 1; 96 98 97 99 //-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
