summaryrefslogtreecommitdiff
path: root/www-ssl/admin/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/user.php')
-rwxr-xr-xwww-ssl/admin/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/user.php b/www-ssl/admin/user.php
index cbe404d5..403c10ee 100755
--- a/www-ssl/admin/user.php
+++ b/www-ssl/admin/user.php
@@ -126,7 +126,7 @@ else
if( $_GET["Type"] == "Normal" )
{
- $SQL = "SELECT * FROM User where UID=". $_GET["enterUID"];
+ $SQL = "SELECT * FROM User WHERE UID=". $_GET["enterUID"];
$Erg = mysql_query($SQL, $con);
if (mysql_num_rows($Erg) != 1)