Fix some problems with the upgrade port from pmos8

This commit is contained in:
Alexandre Rosenfeld
2010-12-16 23:10:30 +00:00
parent ed8f89583b
commit fc657e9b47
10 changed files with 13 additions and 9 deletions

View File

@@ -23,15 +23,6 @@
*
*/
register_shutdown_function('shutdownFunction');
function shutDownFunction() {
$error = error_get_last();
if ($error['type'] == 1) {
//print_r($error);
debug_print_backtrace();
}
}
/* Windows supports both / and \ as path separators, so use the Unix separator
* for maximum compatibility.
*/