Changeset 16534
- Timestamp:
- 2007/10/22 11:11:51 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/util/SC_Utils.php
r16533 r16534 107 107 108 108 $objPage = new LC_Page_Error_DispError_Ex(); 109 register_shutdown_function(array($objPage, "destroy")); 109 110 $objPage->init(); 110 111 $objPage->type = $type; 111 112 $objPage->process(); 112 register_shutdown_function(array($objPage, "destroy"));113 113 exit; 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.
