Show
Ignore:
Timestamp:
01/11/06 16:00:15 (6 years ago)
Author:
john
Message:

added to AR database_name and force_reconnect vars

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_controller.php

    r107 r112  
    444444        $error_message = $exception->error_message; 
    445445        $trace = $exception->getTraceAsString(); 
    446         header("HTTP/1.0 {$error_code} {$error_heading}"); 
     446        header('HTTP/1.0 {$error_code} {$error_heading}'); 
     447        header('status: {$error_code} {$error_heading}');  
    447448        # check for user's layout for errors 
    448449        if(DEBUG && file_exists(TRAX_ROOT.$GLOBALS['TRAX_INCLUDES']['layouts']."/error.phtml")) {