Fixed a broken link in the user overview table.
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2003-04-12 Alexander M. Turek <rabus@users.sourceforge.net>
|
2003-04-12 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* libraries/common.lib.php3: Better fix against possible "wrong parameter
|
* libraries/common.lib.php3: Better fix against possible "wrong parameter
|
||||||
count" errors.
|
count" errors.
|
||||||
|
* server_privileges.php3: Fixed a broken link in the user overview table.
|
||||||
|
|
||||||
2003-04-11 Marc Delisle <lem9@users.sourceforge.net>
|
2003-04-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/common.lib.php3, config_import.lib.php3:
|
* libraries/common.lib.php3, config_import.lib.php3:
|
||||||
|
@@ -991,7 +991,7 @@ if (empty($adduser) && empty($checkprivs)) {
|
|||||||
. ' ' . join(',' . "\n" . ' ', $privs) . "\n"
|
. ' ' . join(',' . "\n" . ' ', $privs) . "\n"
|
||||||
. ' </tt></td>' . "\n"
|
. ' </tt></td>' . "\n"
|
||||||
. ' <td bgcolor="' . ($useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']) . '">' . ($row['Grant_priv'] == 'Y' ? $strYes : $strNo) . '</td>' . "\n"
|
. ' <td bgcolor="' . ($useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']) . '">' . ($row['Grant_priv'] == 'Y' ? $strYes : $strNo) . '</td>' . "\n"
|
||||||
. ' <td bgcolor="' . ($useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']) . '"><a href="server_privileges.php3?' . $url_query . '&username=' . urlencode($row['User']) . ($row['Host'] == '%' ? '' : '&hostname=' . urlencode($row['Host'])) . '">' . $strEdit . '</a></td>' . "\n"
|
. ' <td bgcolor="' . ($useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']) . '"><a href="server_privileges.php3?' . $url_query . '&username=' . urlencode($row['User']) . '&hostname=' . urlencode($row['Host']) . '">' . $strEdit . '</a></td>' . "\n"
|
||||||
. ' </tr>' . "\n";
|
. ' </tr>' . "\n";
|
||||||
$useBgcolorOne = !$useBgcolorOne;
|
$useBgcolorOne = !$useBgcolorOne;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user