Changeset 16476 for branches/feature-module-update/html/admin/mail
- Timestamp:
- 2007/10/17 17:28:04 (19 years ago)
- Location:
- branches/feature-module-update/html/admin/mail
- Files:
-
- 6 edited
-
history.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
preview.php (modified) (1 diff)
-
sendmail.php (modified) (1 diff)
-
template.php (modified) (1 diff)
-
template_input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/admin/mail/history.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Mail_History_Ex(); 16 register_shutdown_function(array($objPage, "destroy")); 16 17 $objPage->init(); 17 18 $objPage->process(); 18 register_shutdown_function(array($objPage, "destroy"));19 19 ?> -
branches/feature-module-update/html/admin/mail/index.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Mail_Ex(); 16 register_shutdown_function(array($objPage, "destroy")); 16 17 $objPage->init(); 17 18 $objPage->process(); 18 register_shutdown_function(array($objPage, "destroy"));19 19 ?> -
branches/feature-module-update/html/admin/mail/preview.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Mail_Preview_Ex(); 16 register_shutdown_function(array($objPage, "destroy")); 16 17 $objPage->init(); 17 18 $objPage->process(); 18 register_shutdown_function(array($objPage, "destroy"));19 19 ?> -
branches/feature-module-update/html/admin/mail/sendmail.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Mail_Sendmail_Ex(); 16 register_shutdown_function(array($objPage, "destroy")); 16 17 $objPage->init(); 17 18 $objPage->process(); 18 register_shutdown_function(array($objPage, "destroy"));19 19 ?> -
branches/feature-module-update/html/admin/mail/template.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Mail_Template_Ex(); 16 register_shutdown_function(array($objPage, "destroy")); 16 17 $objPage->init(); 17 18 $objPage->process(); 18 register_shutdown_function(array($objPage, "destroy"));19 19 ?> -
branches/feature-module-update/html/admin/mail/template_input.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Mail_TemplateInput_Ex(); 16 register_shutdown_function(array($objPage, "destroy")); 16 17 $objPage->init(); 17 18 $objPage->process(); 18 register_shutdown_function(array($objPage, "destroy"));19 19 ?>
Note: See TracChangeset
for help on using the changeset viewer.
