print_box_end();
}
-/**
- * Provide an definition of error_get_last for PHP before 5.2.0. This simply
- * returns NULL, since there is not way to get the right answer.
- */
-if (!function_exists('error_get_last')) {
- // the eval is needed to prevent PHP 5.2+ from getting a parse error!
- eval('
- function error_get_last() {
- return NULL;
- }
- ');
-}
-
/**
* Redirects the user to another page, after printing a notice
*