Changeset 16476 for branches/feature-module-update/html/admin/order
- Timestamp:
- 2007/10/17 17:28:04 (19 years ago)
- Location:
- branches/feature-module-update/html/admin/order
- Files:
-
- 5 edited
-
edit.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
mail.php (modified) (1 diff)
-
mail_view.php (modified) (1 diff)
-
status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/admin/order/edit.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Order_Edit_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/order/index.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Order_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/order/mail.php
r16357 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Order_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/order/mail_view.php
r16357 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Order_MailView_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/order/status.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Order_Status_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.
