Index: /branches/feature-module-update/html/admin/home.php
===================================================================
--- /branches/feature-module-update/html/admin/home.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/home.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Admin_Home_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/mail/index.php
===================================================================
--- /branches/feature-module-update/html/admin/mail/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/mail/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Mail_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/mail/template_input.php
===================================================================
--- /branches/feature-module-update/html/admin/mail/template_input.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/mail/template_input.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Mail_TemplateInput_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/mail/template.php
===================================================================
--- /branches/feature-module-update/html/admin/mail/template.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/mail/template.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Mail_Template_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/mail/sendmail.php
===================================================================
--- /branches/feature-module-update/html/admin/mail/sendmail.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/mail/sendmail.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Mail_Sendmail_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/mail/history.php
===================================================================
--- /branches/feature-module-update/html/admin/mail/history.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/mail/history.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Mail_History_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/mail/preview.php
===================================================================
--- /branches/feature-module-update/html/admin/mail/preview.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/mail/preview.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Mail_Preview_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/total/index.php
===================================================================
--- /branches/feature-module-update/html/admin/total/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/total/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Total_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/system/input.php
===================================================================
--- /branches/feature-module-update/html/admin/system/input.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/system/input.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_System_Input_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/system/bkup.php
===================================================================
--- /branches/feature-module-update/html/admin/system/bkup.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/system/bkup.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_System_Bkup_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/system/index.php
===================================================================
--- /branches/feature-module-update/html/admin/system/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/system/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_System_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/index.php
===================================================================
--- /branches/feature-module-update/html/admin/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/index.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Admin_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/contents/recommend_search.php
===================================================================
--- /branches/feature-module-update/html/admin/contents/recommend_search.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/contents/recommend_search.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Contents_RecommendSearch_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/contents/campaign.php
===================================================================
--- /branches/feature-module-update/html/admin/contents/campaign.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/contents/campaign.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Contents_Campaign_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/contents/inquiry.php
===================================================================
--- /branches/feature-module-update/html/admin/contents/inquiry.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/contents/inquiry.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Contents_Inquiry_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/contents/index.php
===================================================================
--- /branches/feature-module-update/html/admin/contents/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/contents/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Contents_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/contents/file_manager.php
===================================================================
--- /branches/feature-module-update/html/admin/contents/file_manager.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/contents/file_manager.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Contents_FileManager_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/contents/file_view.php
===================================================================
--- /branches/feature-module-update/html/admin/contents/file_view.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/contents/file_view.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Contents_FileView_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/contents/recommend.php
===================================================================
--- /branches/feature-module-update/html/admin/contents/recommend.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/contents/recommend.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Contents_Recommend_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/contents/csv_sql.php
===================================================================
--- /branches/feature-module-update/html/admin/contents/csv_sql.php	(revision 16449)
+++ /branches/feature-module-update/html/admin/contents/csv_sql.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Contents_CsvSql_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/contents/csv.php
===================================================================
--- /branches/feature-module-update/html/admin/contents/csv.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/contents/csv.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Contents_CSV_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/login.php
===================================================================
--- /branches/feature-module-update/html/admin/login.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/login.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Admin_Login_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/logout.php
===================================================================
--- /branches/feature-module-update/html/admin/logout.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/logout.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Admin_Logout_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/customer/edit.php
===================================================================
--- /branches/feature-module-update/html/admin/customer/edit.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/customer/edit.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Customer_Edit_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/customer/index.php
===================================================================
--- /branches/feature-module-update/html/admin/customer/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/customer/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Customer_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/control.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/control.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/control.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Control_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/parameter.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/parameter.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/parameter.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Parameter_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/delivery_input.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/delivery_input.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/delivery_input.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Delivery_Input_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/mail.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/mail.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/mail.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Mail_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/delivery.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/delivery.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/delivery.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Delivery_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/tradelaw.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/tradelaw.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/tradelaw.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Tradelaw_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/masterdata.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/masterdata.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/masterdata.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Masterdata_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/seo.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/seo.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/seo.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Seo_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/index.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/index.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/zip_install.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/zip_install.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/zip_install.php	(revision 16476)
@@ -16,6 +16,6 @@
 
 $objPage = new LC_Page_Admin_Basis_ZipInstall_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/point.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/point.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/point.php	(revision 16476)
@@ -14,7 +14,7 @@
 
 $objPage = new LC_Page_Admin_Basis_Point_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
 
Index: /branches/feature-module-update/html/admin/basis/payment_input.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/payment_input.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/payment_input.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Payment_Input_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/kiyaku.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/kiyaku.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/kiyaku.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Kiyaku_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/basis/payment.php
===================================================================
--- /branches/feature-module-update/html/admin/basis/payment.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/basis/payment.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Basis_Payment_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/trackback_edit.php
===================================================================
--- /branches/feature-module-update/html/admin/products/trackback_edit.php	(revision 16475)
+++ /branches/feature-module-update/html/admin/products/trackback_edit.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_TrackbackEdit_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/product_rank.php
===================================================================
--- /branches/feature-module-update/html/admin/products/product_rank.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/product_rank.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_ProductRank_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/category.php
===================================================================
--- /branches/feature-module-update/html/admin/products/category.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/category.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_Category_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/product_select.php
===================================================================
--- /branches/feature-module-update/html/admin/products/product_select.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/product_select.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_ProductSelect_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/upload_csv.php
===================================================================
--- /branches/feature-module-update/html/admin/products/upload_csv.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/upload_csv.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_UploadCSV_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/product.php
===================================================================
--- /branches/feature-module-update/html/admin/products/product.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/product.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_Product_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/review.php
===================================================================
--- /branches/feature-module-update/html/admin/products/review.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/review.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_Review_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/classcategory.php
===================================================================
--- /branches/feature-module-update/html/admin/products/classcategory.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/classcategory.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_ClassCategory_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/class.php
===================================================================
--- /branches/feature-module-update/html/admin/products/class.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/class.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_Class_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/product_class.php
===================================================================
--- /branches/feature-module-update/html/admin/products/product_class.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/product_class.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_ProductClass_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/trackback.php
===================================================================
--- /branches/feature-module-update/html/admin/products/trackback.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/trackback.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_Trackback_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/review_edit.php
===================================================================
--- /branches/feature-module-update/html/admin/products/review_edit.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/review_edit.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_ReviewEdit_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/products/index.php
===================================================================
--- /branches/feature-module-update/html/admin/products/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/products/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Products_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/design/upload.php
===================================================================
--- /branches/feature-module-update/html/admin/design/upload.php	(revision 16430)
+++ /branches/feature-module-update/html/admin/design/upload.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Design_Upload_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/design/index.php
===================================================================
--- /branches/feature-module-update/html/admin/design/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/design/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Design_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/design/css.php
===================================================================
--- /branches/feature-module-update/html/admin/design/css.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/design/css.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Design_CSS_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/design/header.php
===================================================================
--- /branches/feature-module-update/html/admin/design/header.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/design/header.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Design_Header_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/design/main_edit.php
===================================================================
--- /branches/feature-module-update/html/admin/design/main_edit.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/design/main_edit.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Design_MainEdit_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/design/template.php
===================================================================
--- /branches/feature-module-update/html/admin/design/template.php	(revision 16430)
+++ /branches/feature-module-update/html/admin/design/template.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Design_Template_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/design/bloc.php
===================================================================
--- /branches/feature-module-update/html/admin/design/bloc.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/design/bloc.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Design_Bloc_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/order/mail.php
===================================================================
--- /branches/feature-module-update/html/admin/order/mail.php	(revision 16357)
+++ /branches/feature-module-update/html/admin/order/mail.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Order_Mail_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/order/status.php
===================================================================
--- /branches/feature-module-update/html/admin/order/status.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/order/status.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Order_Status_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/order/edit.php
===================================================================
--- /branches/feature-module-update/html/admin/order/edit.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/order/edit.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Order_Edit_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/order/index.php
===================================================================
--- /branches/feature-module-update/html/admin/order/index.php	(revision 16326)
+++ /branches/feature-module-update/html/admin/order/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Order_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/admin/order/mail_view.php
===================================================================
--- /branches/feature-module-update/html/admin/order/mail_view.php	(revision 16357)
+++ /branches/feature-module-update/html/admin/order/mail_view.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Admin_Order_MailView_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/cart/index.php
===================================================================
--- /branches/feature-module-update/html/cart/index.php	(revision 16326)
+++ /branches/feature-module-update/html/cart/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Cart_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/contact/index.php
===================================================================
--- /branches/feature-module-update/html/contact/index.php	(revision 16326)
+++ /branches/feature-module-update/html/contact/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Contact_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/contact/complete.php
===================================================================
--- /branches/feature-module-update/html/contact/complete.php	(revision 16326)
+++ /branches/feature-module-update/html/contact/complete.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Contact_Complete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/regist/index.php
===================================================================
--- /branches/feature-module-update/html/regist/index.php	(revision 16326)
+++ /branches/feature-module-update/html/regist/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Regist_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/regist/complete.php
===================================================================
--- /branches/feature-module-update/html/regist/complete.php	(revision 16392)
+++ /branches/feature-module-update/html/regist/complete.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Regist_Complete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/abouts/index.php
===================================================================
--- /branches/feature-module-update/html/abouts/index.php	(revision 16326)
+++ /branches/feature-module-update/html/abouts/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Abouts_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/index.php
===================================================================
--- /branches/feature-module-update/html/index.php	(revision 16326)
+++ /branches/feature-module-update/html/index.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Index_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/inquiry/index.php
===================================================================
--- /branches/feature-module-update/html/inquiry/index.php	(revision 16326)
+++ /branches/feature-module-update/html/inquiry/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Inquiry_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/entry/kiyaku.php
===================================================================
--- /branches/feature-module-update/html/entry/kiyaku.php	(revision 16326)
+++ /branches/feature-module-update/html/entry/kiyaku.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Entry_Kiyaku_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/entry/index.php
===================================================================
--- /branches/feature-module-update/html/entry/index.php	(revision 16326)
+++ /branches/feature-module-update/html/entry/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Entry_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/entry/complete.php
===================================================================
--- /branches/feature-module-update/html/entry/complete.php	(revision 16326)
+++ /branches/feature-module-update/html/entry/complete.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Entry_Complete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/frontparts/bloc/login.php
===================================================================
--- /branches/feature-module-update/html/frontparts/bloc/login.php	(revision 16326)
+++ /branches/feature-module-update/html/frontparts/bloc/login.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_FrontParts_BLoc_Login_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/frontparts/bloc/search_products.php
===================================================================
--- /branches/feature-module-update/html/frontparts/bloc/search_products.php	(revision 16326)
+++ /branches/feature-module-update/html/frontparts/bloc/search_products.php	(revision 16476)
@@ -12,6 +12,6 @@
 
 $objPage = new LC_Page_FrontParts_BLoc_SearchProducts_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/frontparts/bloc/cart.php
===================================================================
--- /branches/feature-module-update/html/frontparts/bloc/cart.php	(revision 16326)
+++ /branches/feature-module-update/html/frontparts/bloc/cart.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_FrontParts_BLoc_Cart_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/frontparts/bloc/news.php
===================================================================
--- /branches/feature-module-update/html/frontparts/bloc/news.php	(revision 16326)
+++ /branches/feature-module-update/html/frontparts/bloc/news.php	(revision 16476)
@@ -12,6 +12,6 @@
 
 $objPage = new LC_Page_FrontParts_BLoc_News_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/frontparts/bloc/category.php
===================================================================
--- /branches/feature-module-update/html/frontparts/bloc/category.php	(revision 16326)
+++ /branches/feature-module-update/html/frontparts/bloc/category.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_FrontParts_BLoc_Category_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/frontparts/bloc/best5.php
===================================================================
--- /branches/feature-module-update/html/frontparts/bloc/best5.php	(revision 16326)
+++ /branches/feature-module-update/html/frontparts/bloc/best5.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_FrontParts_BLoc_Best5_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/frontparts/login_check.php
===================================================================
--- /branches/feature-module-update/html/frontparts/login_check.php	(revision 16326)
+++ /branches/feature-module-update/html/frontparts/login_check.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_FrontParts_LoginCheck_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/tb/index.php
===================================================================
--- /branches/feature-module-update/html/tb/index.php	(revision 16340)
+++ /branches/feature-module-update/html/tb/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_TrackBack_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/rss/index.php
===================================================================
--- /branches/feature-module-update/html/rss/index.php	(revision 16326)
+++ /branches/feature-module-update/html/rss/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Rss_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/rss/product.php
===================================================================
--- /branches/feature-module-update/html/rss/product.php	(revision 16326)
+++ /branches/feature-module-update/html/rss/product.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Rss_Products_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mobile/forgot/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/forgot/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/forgot/index.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/entry/index.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/complete.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/entry/complete.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/new.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/new.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/entry/new.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/kiyaku.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/kiyaku.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/entry/kiyaku.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/entry/email_mobile.php
===================================================================
--- /branches/feature-module-update/html/mobile/entry/email_mobile.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/entry/email_mobile.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/frontparts/bloc/news.php
===================================================================
--- /branches/feature-module-update/html/mobile/frontparts/bloc/news.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/frontparts/bloc/news.php	(revision 16476)
@@ -19,4 +19,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/frontparts/bloc/category.php
===================================================================
--- /branches/feature-module-update/html/mobile/frontparts/bloc/category.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/frontparts/bloc/category.php	(revision 16476)
@@ -19,4 +19,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/frontparts/bloc/best5.php
===================================================================
--- /branches/feature-module-update/html/mobile/frontparts/bloc/best5.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/frontparts/bloc/best5.php	(revision 16476)
@@ -19,4 +19,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/products/detail.php
===================================================================
--- /branches/feature-module-update/html/mobile/products/detail.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/products/detail.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/products/search.php
===================================================================
--- /branches/feature-module-update/html/mobile/products/search.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/products/search.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/products/category_list.php
===================================================================
--- /branches/feature-module-update/html/mobile/products/category_list.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/products/category_list.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/products/list.php
===================================================================
--- /branches/feature-module-update/html/mobile/products/list.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/products/list.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/change_complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/change_complete.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/mypage/change_complete.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/history.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/history.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/mypage/history.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/refusal.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/refusal.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/mypage/refusal.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/history_detail.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/history_detail.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/mypage/history_detail.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/change.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/change.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/mypage/change.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/mypage/index.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/refusal_complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/refusal_complete.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/mypage/refusal_complete.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/mypage/order.php
===================================================================
--- /branches/feature-module-update/html/mobile/mypage/order.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/mypage/order.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/redirect.php
===================================================================
--- /branches/feature-module-update/html/mobile/redirect.php	(revision 16392)
+++ /branches/feature-module-update/html/mobile/redirect.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/confirm.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/confirm.php	(revision 16386)
+++ /branches/feature-module-update/html/mobile/shopping/confirm.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/deliv_addr.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/deliv_addr.php	(revision 16386)
+++ /branches/feature-module-update/html/mobile/shopping/deliv_addr.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/payment.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/payment.php	(revision 16386)
+++ /branches/feature-module-update/html/mobile/shopping/payment.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/load_payment_module.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/load_payment_module.php	(revision 15532)
+++ /branches/feature-module-update/html/mobile/shopping/load_payment_module.php	(revision 16476)
Index: /branches/feature-module-update/html/mobile/shopping/deliv.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/deliv.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/shopping/deliv.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/shopping/index.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/shopping/complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/shopping/complete.php	(revision 16386)
+++ /branches/feature-module-update/html/mobile/shopping/complete.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/unsupported/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/unsupported/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/unsupported/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Unsupported_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mobile/cart/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/cart/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/cart/index.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/contact/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/contact/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/contact/index.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/kiyaku.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/kiyaku.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/guide/kiyaku.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/privacy.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/privacy.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/guide/privacy.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/usage.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/usage.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/guide/usage.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/guide/index.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/charge.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/charge.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/guide/charge.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/guide/about.php
===================================================================
--- /branches/feature-module-update/html/mobile/guide/about.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/guide/about.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mobile/index.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/regist/index.php
===================================================================
--- /branches/feature-module-update/html/mobile/regist/index.php	(revision 16392)
+++ /branches/feature-module-update/html/mobile/regist/index.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/mobile/regist/complete.php
===================================================================
--- /branches/feature-module-update/html/mobile/regist/complete.php	(revision 16392)
+++ /branches/feature-module-update/html/mobile/regist/complete.php	(revision 16476)
@@ -20,4 +20,4 @@
 $objPage->mobileInit();
 $objPage->mobileProcess();
-register_shutdown_function(array($objPage, "destroy"));
+$objPage->process();
 ?>
Index: /branches/feature-module-update/html/input_zip.php
===================================================================
--- /branches/feature-module-update/html/input_zip.php	(revision 16326)
+++ /branches/feature-module-update/html/input_zip.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_InputZip_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/__default.php
===================================================================
--- /branches/feature-module-update/html/__default.php	(revision 16065)
+++ /branches/feature-module-update/html/__default.php	(revision 16476)
@@ -58,7 +58,7 @@
 
 $objPage = new LC_Page_User();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 
 
Index: /branches/feature-module-update/html/order/index.php
===================================================================
--- /branches/feature-module-update/html/order/index.php	(revision 16326)
+++ /branches/feature-module-update/html/order/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Order_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/shopping/index.php
===================================================================
--- /branches/feature-module-update/html/shopping/index.php	(revision 16326)
+++ /branches/feature-module-update/html/shopping/index.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Shopping_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/shopping/complete.php
===================================================================
--- /branches/feature-module-update/html/shopping/complete.php	(revision 16326)
+++ /branches/feature-module-update/html/shopping/complete.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Shopping_Complete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/shopping/confirm.php
===================================================================
--- /branches/feature-module-update/html/shopping/confirm.php	(revision 16326)
+++ /branches/feature-module-update/html/shopping/confirm.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Shopping_Confirm_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/shopping/payment.php
===================================================================
--- /branches/feature-module-update/html/shopping/payment.php	(revision 16326)
+++ /branches/feature-module-update/html/shopping/payment.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Shopping_Payment_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/shopping/deliv.php
===================================================================
--- /branches/feature-module-update/html/shopping/deliv.php	(revision 16326)
+++ /branches/feature-module-update/html/shopping/deliv.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Shopping_Deliv_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/sitemap.php
===================================================================
--- /branches/feature-module-update/html/sitemap.php	(revision 16385)
+++ /branches/feature-module-update/html/sitemap.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Sitemap_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/resize_image.php
===================================================================
--- /branches/feature-module-update/html/resize_image.php	(revision 16394)
+++ /branches/feature-module-update/html/resize_image.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_ResizeImage_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/forgot/index.php
===================================================================
--- /branches/feature-module-update/html/forgot/index.php	(revision 16326)
+++ /branches/feature-module-update/html/forgot/index.php	(revision 16476)
@@ -14,7 +14,7 @@
 
 $objPage = new LC_Page_Forgot_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
 
Index: /branches/feature-module-update/html/products/review_complete.php
===================================================================
--- /branches/feature-module-update/html/products/review_complete.php	(revision 16326)
+++ /branches/feature-module-update/html/products/review_complete.php	(revision 16476)
@@ -13,6 +13,6 @@
 
 $objPage = new LC_Page_Products_ReviewComplete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/products/list.php
===================================================================
--- /branches/feature-module-update/html/products/list.php	(revision 16326)
+++ /branches/feature-module-update/html/products/list.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Products_List_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/products/review.php
===================================================================
--- /branches/feature-module-update/html/products/review.php	(revision 16326)
+++ /branches/feature-module-update/html/products/review.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Products_Review_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/products/detail.php
===================================================================
--- /branches/feature-module-update/html/products/detail.php	(revision 16326)
+++ /branches/feature-module-update/html/products/detail.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Products_Detail_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/products/detail_image.php
===================================================================
--- /branches/feature-module-update/html/products/detail_image.php	(revision 16326)
+++ /branches/feature-module-update/html/products/detail_image.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Products_DetailImage_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/preview/index.php
===================================================================
--- /branches/feature-module-update/html/preview/index.php	(revision 16397)
+++ /branches/feature-module-update/html/preview/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Preview_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/change_complete.php
===================================================================
--- /branches/feature-module-update/html/mypage/change_complete.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/change_complete.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_ChangeComplete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/delivery_addr.php
===================================================================
--- /branches/feature-module-update/html/mypage/delivery_addr.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/delivery_addr.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_DeliveryAddr_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/history.php
===================================================================
--- /branches/feature-module-update/html/mypage/history.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/history.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_History_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/refusal.php
===================================================================
--- /branches/feature-module-update/html/mypage/refusal.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/refusal.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_Refusal_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/delivery.php
===================================================================
--- /branches/feature-module-update/html/mypage/delivery.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/delivery.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_Delivery_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/change.php
===================================================================
--- /branches/feature-module-update/html/mypage/change.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/change.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_Change_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/login_check.php
===================================================================
--- /branches/feature-module-update/html/mypage/login_check.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/login_check.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_LoginCheck_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/index.php
===================================================================
--- /branches/feature-module-update/html/mypage/index.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/index.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/login.php
===================================================================
--- /branches/feature-module-update/html/mypage/login.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/login.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_Login_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
Index: /branches/feature-module-update/html/mypage/refusal_complete.php
===================================================================
--- /branches/feature-module-update/html/mypage/refusal_complete.php	(revision 16326)
+++ /branches/feature-module-update/html/mypage/refusal_complete.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Mypage_RefusalComplete_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
