From ad4fa3547b78cfe9e968c251d06a83b8fa1a9219 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Wed, 14 Sep 2011 16:09:15 +0100 Subject: [PATCH] Fixed comment --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 831a89e13e..48ed38c284 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1303,7 +1303,7 @@ $(document).ready(function(){ * This will show a message that will disappear automatically and it can also * be dismissed by the user. * - * 3) var $msg = PMA_ajaxShowMessage('Some error', 0); + * 3) var $msg = PMA_ajaxShowMessage('Some error', false); * This will show a message that will not disappear automatically, but it * can be dismissed by the user after he has finished reading it. *