bug #1154137
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-03-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* main.php: bug #1154307, wrong text for alt,
|
||||||
|
thanks to Isaac Bennetch - ibennetch
|
||||||
|
|
||||||
2005-03-01 Marc Delisle <lem9@users.sourceforge.net>
|
2005-03-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: bug #1153684, wrong doc for PDF pages generation,
|
* Documentation.html: bug #1153684, wrong doc for PDF pages generation,
|
||||||
thanks to Ryan Schmidt
|
thanks to Ryan Schmidt
|
||||||
|
2
main.php
2
main.php
@@ -504,7 +504,7 @@ function PMA_analyseShowGrant($rs_usr, &$is_create_priv, &$db_to_create, &$is_re
|
|||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<?php
|
<?php
|
||||||
echo ' ' . ($str_iconic_list != '' ? sprintf($str_iconic_list,'<a href="index.php?'.$common_url_query.'&old_usr='.urlencode($PHP_AUTH_USER).'">','s_loggoff.png',$strChangePassword,'</a>') : $str_normal_list);
|
echo ' ' . ($str_iconic_list != '' ? sprintf($str_iconic_list,'<a href="index.php?'.$common_url_query.'&old_usr='.urlencode($PHP_AUTH_USER).'">','s_loggoff.png',$strLogout,'</a>') : $str_normal_list);
|
||||||
?>
|
?>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user