Changeset 16476 for branches/feature-module-update/html/admin/customer
- Timestamp:
- 2007/10/17 17:28:04 (19 years ago)
- Location:
- branches/feature-module-update/html/admin/customer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/admin/customer/edit.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Customer_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/customer/index.php
r16326 r16476 14 14 15 15 $objPage = new LC_Page_Admin_Customer_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.
