- Timestamp:
- 2012/02/15 19:56:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/mypage/LC_Page_AbstractMypage.php
r21481 r21514 66 66 // クッキー判定(メールアドレスをクッキーに保存しているか) 67 67 $this->tpl_login_email = $objCookie->getCookie('login_email'); 68 if ($this->tpl_login_email != "") {68 if ($this->tpl_login_email != '') { 69 69 $this->tpl_login_memory = '1'; 70 70 } … … 72 72 // POSTされてきたIDがある場合は優先する。 73 73 if(isset($_POST['login_email']) 74 && $_POST['login_email'] != "") {74 && $_POST['login_email'] != '') { 75 75 $this->tpl_login_email = $_POST['login_email']; 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.
