From f463b1cc7a87e8a7e69ee67d942cae34f4ac37ff Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 29 Jun 2010 07:48:28 -0400 Subject: [PATCH] bug #3022705 [import] Import button does not work in Catalan when there is no progress bar possible --- ChangeLog | 2 ++ libraries/display_import.lib.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1840c483b2..7cdba9629d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA 3.3.5.0 (not yet released) - patch #2932113 [information_schema] Slow export when having lots of databases, thanks to Stéphane Pontier - shadow_walker +- bug #3022705 [import] Import button does not work in Catalan when there + is no progress bar possible 3.3.4.0 (2010-06-28) - bug #2996161 [import] properly escape import value diff --git a/libraries/display_import.lib.php b/libraries/display_import.lib.php index 4d406926e6..b5eab108fa 100644 --- a/libraries/display_import.lib.php +++ b/libraries/display_import.lib.php @@ -98,7 +98,7 @@ window.addEvent('domready', function() { - $('upload_form_status_info').set('html', 'ajax clock '); + $('upload_form_status_info').set('html', 'ajax clock '); $('upload_form_status').setStyle("display", "none");