- Timestamp:
- 2011/01/28 17:54:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php
r20041 r20044 148 148 $this->arrForm = $this->objFormParam->getHashArray(); 149 149 150 switch ($this->getMode()) { 151 case 'confirm': 150 152 //-- 確認 151 if ($this->getMode() == "confirm") {152 153 153 $this->arrErr = $this->lfErrorCheck(); 154 154 … … 165 165 $this->tpl_title = '会員登録(確認ページ)'; 166 166 } 167 168 } elseif ($this->getMode() == "complete") {167 break; 168 case 'complete': 169 169 //-- 会員登録と完了画面 170 170 … … 182 182 SC_Response_Ex::sendRedirect('complete.php', array("ci" => $customer_id)); 183 183 exit; 184 184 break; 185 default: 186 break; 185 187 } 186 188 }
Note: See TracChangeset
for help on using the changeset viewer.
