Fixed comment

This commit is contained in:
Rouslan Placella 2011-09-14 16:09:15 +01:00
parent af4e15b6ff
commit ad4fa3547b

View File

@ -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.
*