Changeset 21411 for branches/version-2_11-dev/data/class/pages
- Timestamp:
- 2012/01/17 16:34:02 (15 years ago)
- Location:
- branches/version-2_11-dev/data/class/pages
- Files:
-
- 9 edited
-
contact/LC_Page_Contact.php (modified) (1 diff)
-
contact/LC_Page_Contact_Complete.php (modified) (1 diff)
-
entry/LC_Page_Entry.php (modified) (1 diff)
-
entry/LC_Page_Entry_Complete.php (modified) (1 diff)
-
entry/LC_Page_Entry_EmailMobile.php (modified) (1 diff)
-
entry/LC_Page_Entry_Kiyaku.php (modified) (1 diff)
-
forgot/LC_Page_Forgot.php (modified) (1 diff)
-
preview/LC_Page_Preview.php (modified) (1 diff)
-
shopping/LC_Page_Shopping_Multiple.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/contact/LC_Page_Contact.php
r21342 r21411 66 66 */ 67 67 function process() { 68 parent::process();69 68 $this->action(); 70 69 $this->sendResponse(); -
branches/version-2_11-dev/data/class/pages/contact/LC_Page_Contact_Complete.php
r21314 r21411 54 54 */ 55 55 function process() { 56 parent::process();57 56 $this->action(); 58 57 $this->sendResponse(); -
branches/version-2_11-dev/data/class/pages/entry/LC_Page_Entry.php
r21314 r21411 65 65 */ 66 66 function process() { 67 parent::process();68 67 $this->action(); 69 68 $this->sendResponse(); -
branches/version-2_11-dev/data/class/pages/entry/LC_Page_Entry_Complete.php
r21314 r21411 53 53 */ 54 54 function process() { 55 parent::process();56 55 $this->action(); 57 56 $this->sendResponse(); -
branches/version-2_11-dev/data/class/pages/entry/LC_Page_Entry_EmailMobile.php
r21314 r21411 53 53 */ 54 54 function process() { 55 parent::process();56 55 $this->action(); 57 56 $this->sendResponse(); -
branches/version-2_11-dev/data/class/pages/entry/LC_Page_Entry_Kiyaku.php
r21314 r21411 53 53 */ 54 54 function process() { 55 parent::process();56 55 $this->action(); 57 56 $this->sendResponse(); -
branches/version-2_11-dev/data/class/pages/forgot/LC_Page_Forgot.php
r21314 r21411 76 76 */ 77 77 function process() { 78 parent::process();79 78 $this->action(); 80 79 $this->sendResponse(); -
branches/version-2_11-dev/data/class/pages/preview/LC_Page_Preview.php
r21314 r21411 52 52 */ 53 53 function process() { 54 parent::process();55 56 54 $objView = new SC_SiteView_Ex(); 57 55 $objSess = new SC_Session_Ex(); -
branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Multiple.php
r21314 r21411 54 54 */ 55 55 function process() { 56 parent::process();57 56 $this->action(); 58 57 $this->sendResponse();
Note: See TracChangeset
for help on using the changeset viewer.
