diff -r 8978cb3541ca -r 9d7225c0db6d install/includes/libenanoinstall.php --- a/install/includes/libenanoinstall.php Thu Jan 17 19:49:14 2008 -0500 +++ b/install/includes/libenanoinstall.php Thu Jan 17 23:28:43 2008 -0500 @@ -99,15 +99,18 @@ $key = htmlspecialchars($key); $post_data .= " \n"; } - echo '
- ' . $post_data . ' - -

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

-

' . $failure_explanation . '

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

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

" : '' ) . ' -

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

-

-
'; + if ( $stage_id == 'renameconfig' ) + echo '

' . $failure_explanation . '

'; + else + echo '
+ ' . $post_data . ' + +

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

+

' . $failure_explanation . '

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

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

" : '' ) . ' +

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

+

+
'; global $ui; $ui->show_footer(); exit;