Changeset 22926 for branches/version-2_13-dev/html/entry
- Timestamp:
- 2013/06/30 01:24:23 (13 years ago)
- Location:
- branches/version-2_13-dev/html/entry
- Files:
-
- 4 edited
-
complete.php (modified) (1 diff)
-
email_mobile.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
kiyaku.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/html/entry/complete.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Entry_Complete_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process(); -
branches/version-2_13-dev/html/entry/email_mobile.php
r22857 r22926 30 30 31 31 $objPage = new LC_Page_Entry_EmailMobile_Ex(); 32 register_shutdown_function(array($objPage, 'destroy'));33 32 $objPage->init(); 34 33 $objPage->process(); -
branches/version-2_13-dev/html/entry/index.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Entry_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process(); -
branches/version-2_13-dev/html/entry/kiyaku.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Entry_Kiyaku_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process();
Note: See TracChangeset
for help on using the changeset viewer.
