summaryrefslogtreecommitdiff
path: root/www-ssl/admin/dect.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/dect.php')
-rwxr-xr-xwww-ssl/admin/dect.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/dect.php b/www-ssl/admin/dect.php
index 49cb72bc..1092542d 100755
--- a/www-ssl/admin/dect.php
+++ b/www-ssl/admin/dect.php
@@ -38,7 +38,7 @@ if( $_GET["dial"]=="dial")
echo "<select name=\"DECT\">\n";
echo "\t<option value=\"\">costum</option>\n";
- $usql="SELECT * FROM User WHERE NOT DECT='' ORDER BY Nick";
+ $usql="SELECT * FROM `User` WHERE NOT `DECT`='' ORDER BY `Nick`";
$uErg = mysql_query($usql, $con);
$urowcount = mysql_num_rows($uErg);
for ($k=0; $k<$urowcount; $k++)