little typo in FAQ counter
git-svn-id: svn://svn.cccv.de/engel-system@327 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
00e2881ebe
commit
e71ae4ec90
|
@ -3,7 +3,7 @@
|
||||||
function noAnswer() {
|
function noAnswer() {
|
||||||
global $con;
|
global $con;
|
||||||
|
|
||||||
$SQL = "SELECT UID FROM Questions WHERE (Answer=\"\")";
|
$SQL = "SELECT UID FROM Questions WHERE `AID`='0'";
|
||||||
$Res=mysql_query($SQL, $con);
|
$Res=mysql_query($SQL, $con);
|
||||||
|
|
||||||
return mysql_num_rows($Res);
|
return mysql_num_rows($Res);
|
||||||
|
|
Loading…
Reference in New Issue