Changeset 22926 for branches/version-2_13-dev/html/admin/mail
- Timestamp:
- 2013/06/30 01:24:23 (13 years ago)
- Location:
- branches/version-2_13-dev/html/admin/mail
- Files:
-
- 5 edited
-
history.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
preview.php (modified) (1 diff)
-
template.php (modified) (1 diff)
-
template_input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/html/admin/mail/history.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Admin_Mail_History_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process(); -
branches/version-2_13-dev/html/admin/mail/index.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Admin_Mail_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process(); -
branches/version-2_13-dev/html/admin/mail/preview.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Admin_Mail_Preview_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process(); -
branches/version-2_13-dev/html/admin/mail/template.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Admin_Mail_Template_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process(); -
branches/version-2_13-dev/html/admin/mail/template_input.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Admin_Mail_TemplateInput_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process();
Note: See TracChangeset
for help on using the changeset viewer.
