bug #1389582, unclosed code tag
This commit is contained in:
@@ -9,6 +9,8 @@ $Source$
|
|||||||
* main.php, libraries/check_user_privileges.lib.php:
|
* main.php, libraries/check_user_privileges.lib.php:
|
||||||
- reenable a non-privileged user to change his password
|
- reenable a non-privileged user to change his password
|
||||||
- display the Reload MySQL link only if user has proper rights
|
- display the Reload MySQL link only if user has proper rights
|
||||||
|
* Documentation.html: bug #1389582, unclosed code tag,
|
||||||
|
thanks to Isaac Bennetch
|
||||||
|
|
||||||
2005-12-25 Michal Čihař <michal@cihar.com>
|
2005-12-25 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/import.lib.php, libraries/import/sql.php: Handle correctly
|
* libraries/import.lib.php, libraries/import/sql.php: Handle correctly
|
||||||
|
@@ -1427,7 +1427,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
|||||||
<dd>
|
<dd>
|
||||||
Specify some parameters for iconv used in charset conversion. See
|
Specify some parameters for iconv used in charset conversion. See
|
||||||
<a href="http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html">iconv
|
<a href="http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html">iconv
|
||||||
documentation</a> for details. By default <code>//TRANSLIT<code> is
|
documentation</a> for details. By default <code>//TRANSLIT</code> is
|
||||||
used, so that invalid characters will be transliterated.
|
used, so that invalid characters will be transliterated.
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user