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/entry/LC_Page_Entry.php

    r19830 r19832  
    312312                    // 完了ページに移動させる。 
    313313                    $customer_id = $objQuery->get("customer_id", "dtb_customer", "secret_key = ?", array($this->uniqid)); 
    314                     $this->objDisplay->redirect($this->getLocation("./complete.php", array("ci" => $customer_id))); 
     314                    SC_Response_Ex::sendRedirect('complete.php', array("ci" => $customer_id)); 
    315315                    exit; 
    316316                     
Note: See TracChangeset for help on using the changeset viewer.