Changeset 21481 for branches/version-2_12-dev/html/entry
- Timestamp:
- 2012/02/11 05:48:00 (14 years ago)
- Location:
- branches/version-2_12-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_12-dev/html/entry/complete.php
r21420 r21481 30 30 31 31 $objPage = new LC_Page_Entry_Complete_Ex(); 32 register_shutdown_function(array($objPage, "destroy"));32 register_shutdown_function(array($objPage, 'destroy')); 33 33 $objPage->init(); 34 34 $objPage->process(); -
branches/version-2_12-dev/html/entry/email_mobile.php
r21420 r21481 34 34 35 35 $objPage = new LC_Page_Entry_EmailMobile_Ex(); 36 register_shutdown_function(array($objPage, "destroy"));36 register_shutdown_function(array($objPage, 'destroy')); 37 37 $objPage->init(); 38 38 $objPage->process(); -
branches/version-2_12-dev/html/entry/index.php
r21420 r21481 30 30 31 31 $objPage = new LC_Page_Entry_Ex(); 32 register_shutdown_function(array($objPage, "destroy"));32 register_shutdown_function(array($objPage, 'destroy')); 33 33 $objPage->init(); 34 34 $objPage->process(); -
branches/version-2_12-dev/html/entry/kiyaku.php
r21420 r21481 30 30 31 31 $objPage = new LC_Page_Entry_Kiyaku_Ex(); 32 register_shutdown_function(array($objPage, "destroy"));32 register_shutdown_function(array($objPage, 'destroy')); 33 33 $objPage->init(); 34 34 $objPage->process();
Note: See TracChangeset
for help on using the changeset viewer.
