Index: /branches/feature-module-update/html/mobile/mypage/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/mypage/index.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Mypage_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/refusal_complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/refusal_complete.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/mypage/refusal_complete.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Mypage_RefusalComplete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/order.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/order.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/mypage/order.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Mypage_Order_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/change_complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/change_complete.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/mypage/change_complete.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Mypage_ChangeComplete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/history.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/history.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/mypage/history.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Mypage_History_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/refusal.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/refusal.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/mypage/refusal.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Mypage_Refusal_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/history_detail.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/history_detail.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/mypage/history_detail.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Mypage_HistoryDetail_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/change.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/change.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/mypage/change.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Mypage_Change_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/redirect.php
===================================================================
--- /branches/feature-module-update/html/mobile/redirect.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/redirect.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Redirect_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/deliv.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/deliv.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/shopping/deliv.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Shopping_Deliv_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/shopping/index.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Shopping_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/complete.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/shopping/complete.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Shopping_Complete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/confirm.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/confirm.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/shopping/confirm.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Shopping_Confirm_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/deliv_addr.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/deliv_addr.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/shopping/deliv_addr.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Shopping_DelivAddr_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/payment.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/payment.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/shopping/payment.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Shopping_Payment_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/unsupported/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/unsupported/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/unsupported/index.php	(revision 16477)
@@ -16,4 +16,4 @@
 register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
-$objPage->process();
+$objPage->mobileProcess();
 ?>
Index: /branches/feature-module-update/html/mobile/cart/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/cart/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/cart/index.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Cart_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/contact/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/contact/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/contact/index.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Contact_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/guide/index.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Guide_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/charge.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/charge.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/guide/charge.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Guide_Charge_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/about.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/about.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/guide/about.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Guide_About_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/kiyaku.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/kiyaku.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/guide/kiyaku.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Guide_Kiyaku_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/privacy.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/privacy.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/guide/privacy.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Guide_Privacy_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/usage.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/usage.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/guide/usage.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Guide_Usage_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/index.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Index_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/regist/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/regist/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/regist/index.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Regist_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/regist/complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/regist/complete.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/regist/complete.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Regist_Complete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/forgot/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/forgot/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/forgot/index.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Forgot_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/index.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/entry/index.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Entry_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/complete.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/entry/complete.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Entry_Complete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/new.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/new.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/entry/new.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Entry_New_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/kiyaku.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/kiyaku.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/entry/kiyaku.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Entry_Kiyaku_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/email_mobile.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/email_mobile.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/entry/email_mobile.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Entry_EmailMobile_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/frontparts/bloc/news.php
===================================================================
--- /branches/feature-module-update/html/mobile/frontparts/bloc/news.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/frontparts/bloc/news.php	(revision 16477)
@@ -17,6 +17,6 @@
 
 $objPage = new LC_Page_FrontParts_Bloc_News_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/frontparts/bloc/category.php
===================================================================
--- /branches/feature-module-update/html/mobile/frontparts/bloc/category.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/frontparts/bloc/category.php	(revision 16477)
@@ -17,6 +17,6 @@
 
 $objPage = new LC_Page_FrontParts_Bloc_Category_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/frontparts/bloc/best5.php
===================================================================
--- /branches/feature-module-update/html/mobile/frontparts/bloc/best5.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/frontparts/bloc/best5.php	(revision 16477)
@@ -17,6 +17,6 @@
 
 $objPage = new LC_Page_FrontParts_Bloc_Best5_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/products/detail.php
===================================================================
--- /branches/feature-module-update/html/mobile/products/detail.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/products/detail.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Products_Detail_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/products/search.php
===================================================================
--- /branches/feature-module-update/html/mobile/products/search.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/products/search.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Products_Search_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/products/category_list.php
===================================================================
--- /branches/feature-module-update/html/mobile/products/category_list.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/products/category_list.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Products_CategoryList_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/products/list.php
===================================================================
--- /branches/feature-module-update/html/mobile/products/list.php	(revision 16476)
+++ /branches/feature-module-update/html/mobile/products/list.php	(revision 16477)
@@ -18,6 +18,6 @@
 
 $objPage = new LC_Page_Products_List_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->mobileInit();
 $objPage->mobileProcess();
-$objPage->process();
 ?>
