Changeset 11675 for branches/dev/html/entry/index.php
- Timestamp:
- 2007/03/09 14:16:44 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/entry/index.php
r11585 r11675 207 207 $count = $objConn->getOne("SELECT COUNT(*) FROM dtb_customer WHERE secret_key = ?", array($uniqid)); 208 208 } 209 switch($array["mailmaga_flg"]) { 210 case 1: 211 $arrRegist["mailmaga_flg"] = 4; 212 break; 213 case 2: 214 $arrRegist["mailmaga_flg"] = 5; 215 break; 216 default: 217 $arrRegist["mailmaga_flg"] = 6; 218 break; 219 } 220 209 221 $arrRegist["status"] = "1"; // ²¾²ñ°÷ 210 222 } else {
Note: See TracChangeset
for help on using the changeset viewer.