diff -r da982928e56a -r 2b48ca9ce4d3 install.php --- a/install.php Sat Nov 10 20:35:52 2007 -0500 +++ b/install.php Sat Nov 10 20:52:05 2007 -0500 @@ -126,7 +126,7 @@ function start_install_table() { - echo '' . "\n"; + echo '
' . "\n"; ob_start(); } @@ -148,6 +148,7 @@ function echo_stage_failure($stage_id, $stage_name, $failure_explanation, $resume_stack) { global $neutral_color; + global $lang; $neutral_color = ( $neutral_color == 'A' ) ? 'C' : 'A'; echo '' . "\n"; @@ -165,11 +166,11 @@ echo ' ' . $post_data . ' -

Enano installation failed.

+

' . $lang->get('meta_msg_err_stagefailed_title') . '

' . $failure_explanation . '

- ' . ( !empty($mysql_error) ? "

The error returned from MySQL was: $mysql_error

" : '' ) . ' -

When you have corrected the error, click the button below to attempt to continue the installation.

-

+ ' . ( !empty($mysql_error) ? "

" . $lang->get('meta_msg_err_stagefailed_mysqlerror') . " $mysql_error

" : '' ) . ' +

' . $lang->get('meta_msg_err_stagefailed_body') . '

+

'; global $template, $template_bak; if ( is_object($template_bak) )
' . htmlspecialchars($stage_name) . 'Failed