Started rewriting the user administration
This commit is contained in:
@@ -331,7 +331,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
|
||||
if (!empty($the_query) && !strstr($the_query, 'connect')) {
|
||||
echo '<p>' . "\n";
|
||||
echo ' ' . $GLOBALS['strSQLQuery'] . ' : ' . "\n";
|
||||
if ($is_modify_link) {
|
||||
if ($is_modify_link && isset($db)) {
|
||||
echo ' ['
|
||||
. '<a href="db_details.php3?lang=' . $GLOBALS['lang'] . '&convcharset=' . $GLOBALS['convcharset'] . '&server=' . urlencode($GLOBALS['server']) . '&db=' . urlencode($GLOBALS['db']) . '&sql_query=' . urlencode($the_query) . '&show_query=1">' . $GLOBALS['strEdit'] . '</a>'
|
||||
. ']' . "\n";
|
||||
|
Reference in New Issue
Block a user