diff --git a/ChangeLog b/ChangeLog index a0294e459..262e89d36 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ $Source$ libraries/header_meta_style.inc.php, libraries/select_theme.lib.php: User can now have different theme per server (RFE #1231599). * config.inc.php: Add OLD_PASSWORD (bug #1216178). + * main.php: Correct ALT attribute for image (bug #1232124). 2005-07-10 Marc Delisle * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php, diff --git a/main.php b/main.php index 54d18efe7..c7ef9d732 100644 --- a/main.php +++ b/main.php @@ -625,7 +625,7 @@ if (isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" - .' ' . ($str_iconic_list != '' ? sprintf($str_iconic_list,'','s_asci.png',$strMySQLCharset,'') : $str_normal_list) . "\n" + .' ' . ($str_iconic_list != '' ? sprintf($str_iconic_list,'','s_asci.png',$strMySQLConnectionCollation,'') : $str_normal_list) . "\n" . ' ' . "\n" . '
' . "\n" . PMA_generate_common_hidden_inputs(NULL, NULL, 4, 'collation_connection')