Changeset 11675 for branches/dev
- Timestamp:
- 2007/03/09 14:16:44 (19 years ago)
- Location:
- branches/dev/html
- Files:
-
- 2 edited
-
entry/index.php (modified) (1 diff)
-
mobile/entry/index.php (modified) (1 diff)
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 { -
branches/dev/html/mobile/entry/index.php
r11673 r11675 257 257 } 258 258 259 if ($arrRegist["mailmaga_flg"] == 1) { 260 $arrRegist["mailmaga_flg"] = 4; 261 } elseif ($arrRegist["mailmaga_flg"] == 2) { 262 $arrRegist["mailmaga_flg"] = 5; 263 } else { 264 $arrRegist["mailmaga_flg"] = 6; 265 } 259 switch($array["mailmaga_flg"]) { 260 case 1: 261 $arrRegist["mailmaga_flg"] = 4; 262 break; 263 case 2: 264 $arrRegist["mailmaga_flg"] = 5; 265 break; 266 default: 267 $arrRegist["mailmaga_flg"] = 6; 268 break; 269 } 266 270 267 271 $arrRegist["secret_key"] = $uniqid; // ²¾ÅÐÏ¿IDȯ¹Ô
Note: See TracChangeset
for help on using the changeset viewer.
