Changeset 22926 for branches/version-2_13-dev/html/admin/customer
- Timestamp:
- 2013/06/30 01:24:23 (13 years ago)
- Location:
- branches/version-2_13-dev/html/admin/customer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/html/admin/customer/edit.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Admin_Customer_Edit_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process(); -
branches/version-2_13-dev/html/admin/customer/index.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Admin_Customer_Ex(); 28 register_shutdown_function(array($objPage, 'destroy'));29 28 $objPage->init(); 30 29 $objPage->process(); -
branches/version-2_13-dev/html/admin/customer/search_customer.php
r22857 r22926 26 26 27 27 $objPage = new LC_Page_Admin_Customer_SearchCustomer_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.
