Changeset 12576 for branches/dev
- Timestamp:
- 2007/05/11 19:33:12 (19 years ago)
- Location:
- branches/dev/data
- Files:
-
- 3 edited
-
Smarty/templates/admin/mail/index.tpl (modified) (1 diff)
-
class/SC_CustomerList.php (modified) (1 diff)
-
conf/conf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/admin/mail/index.tpl
r12574 r12576 150 150 <td bgcolor="#f2f1ec" width="110">ÅÐÏ¿¼ïÊÌ</td> 151 151 <td bgcolor="#ffffff" colspan="3"> 152 <!--{html_radios name=" mail_type" options=$arrMailType separator=" " selected=$list_data.mail_type}-->152 <!--{html_radios name="regist_type" options=$arrRegistType separator=" " selected=$list_data.regist_type}--> 153 153 </td> 154 154 </tr> -
branches/dev/data/class/SC_CustomerList.php
r12531 r12576 195 195 //¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ 196 196 if ( $mode == 'magazine' ){ 197 if ( strlen($this->arrSql[' mail_type']) > 0 && $this->arrSql['mail_type'] == 2) {197 if ( strlen($this->arrSql['regist_type']) > 0 && $this->arrSql['regist_type'] == 2) { 198 198 $this->setWhere( " dtb_customer.email_mobile <> '' "); 199 199 } -
branches/dev/data/conf/conf.php
r12558 r12576 691 691 MAIL_TYPE_MOBILE => "·ÈÂÓ¤«¤éÅÐÏ¿" 692 692 ); 693 694 /*¡¡ÅÐÏ¿¼ïÊÌ¡¡*/ 695 define ("REGIST_TYPE_PC",1); 696 define ("REGIST_TYPE_MOBILE",2); 697 $arrRegistType = array( 698 REGIST_TYPE_PC => "¥Ñ¥½¥³¥ó¤«¤éÅÐÏ¿", 699 REGIST_TYPE_MOBILE => "·ÈÂÓ¤«¤éÅÐÏ¿" 700 ); 693 701 694 702 /* ·ÈÂӥɥᥤ¥ó»ØÄê¡¡*/
Note: See TracChangeset
for help on using the changeset viewer.
