Ignore:
Timestamp:
2011/01/05 23:00:33 (13 years ago)
Author:
Seasoft
Message:

#714(パス指定によるリダイレクトの記述を簡潔にする) 共通処理実装、個別処理の一部を実装
#869(create_date, update_date 列の定義が、表やDBによるバラツキがある)

  • NOT NULL 制約により実装漏れに気づいたので修正

#893(SC_Response#reload を使うべきであろう箇所で SC_Response#sendRedirect を利用している)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php

    r19812 r19832  
    8989                $objCustomer->setLogin($arrRet[0]['email']); 
    9090                $etc_val['ci'] = $arrRet[0]['customer_id']; 
    91                 $_SERVER['QUERY_STRING'] = NULL; 
    92                 $this->objDisplay->redirect($this->getLocation("./complete.php", $etc_val)); 
     91                SC_Response_Ex::sendRedirect('complete.php', $etc_val); 
    9392                exit; 
    9493            } 
Note: See TracChangeset for help on using the changeset viewer.