Many little and different bug fixes

This commit is contained in:
Loïc Chapeaux
2001-06-02 12:41:05 +00:00
parent 7dfa36da00
commit 080b793c00
2 changed files with 10 additions and 7 deletions

View File

@@ -132,7 +132,7 @@ if($server > 0) {
}
?>
<?php
$result = mysql_db_query("mysql", "SELECT * FROM user");
$result = mysql_query("SELECT * FROM mysql.user");
$rows = @mysql_num_rows($result);
if (isset($rows)) {
echo "<li><a href=\"user_details.php3?server=$server&lang=$lang&db=mysql&table=user\">";