Index: branches/version-2_13-dev/html/admin/mail/template_input.php
===================================================================
--- branches/version-2_13-dev/html/admin/mail/template_input.php	(revision 22857)
+++ branches/version-2_13-dev/html/admin/mail/template_input.php	(revision 22926)
@@ -26,5 +26,4 @@
 
 $objPage = new LC_Page_Admin_Mail_TemplateInput_Ex();
-register_shutdown_function(array($objPage, 'destroy'));
 $objPage->init();
 $objPage->process();
Index: branches/version-2_13-dev/html/admin/mail/template.php
===================================================================
--- branches/version-2_13-dev/html/admin/mail/template.php	(revision 22857)
+++ branches/version-2_13-dev/html/admin/mail/template.php	(revision 22926)
@@ -26,5 +26,4 @@
 
 $objPage = new LC_Page_Admin_Mail_Template_Ex();
-register_shutdown_function(array($objPage, 'destroy'));
 $objPage->init();
 $objPage->process();
Index: branches/version-2_13-dev/html/admin/mail/history.php
===================================================================
--- branches/version-2_13-dev/html/admin/mail/history.php	(revision 22857)
+++ branches/version-2_13-dev/html/admin/mail/history.php	(revision 22926)
@@ -26,5 +26,4 @@
 
 $objPage = new LC_Page_Admin_Mail_History_Ex();
-register_shutdown_function(array($objPage, 'destroy'));
 $objPage->init();
 $objPage->process();
Index: branches/version-2_13-dev/html/admin/mail/preview.php
===================================================================
--- branches/version-2_13-dev/html/admin/mail/preview.php	(revision 22857)
+++ branches/version-2_13-dev/html/admin/mail/preview.php	(revision 22926)
@@ -26,5 +26,4 @@
 
 $objPage = new LC_Page_Admin_Mail_Preview_Ex();
-register_shutdown_function(array($objPage, 'destroy'));
 $objPage->init();
 $objPage->process();
Index: branches/version-2_13-dev/html/admin/mail/index.php
===================================================================
--- branches/version-2_13-dev/html/admin/mail/index.php	(revision 22857)
+++ branches/version-2_13-dev/html/admin/mail/index.php	(revision 22926)
@@ -26,5 +26,4 @@
 
 $objPage = new LC_Page_Admin_Mail_Ex();
-register_shutdown_function(array($objPage, 'destroy'));
 $objPage->init();
 $objPage->process();
