diff options
Diffstat (limited to 'includes/funktion_faq.php')
-rw-r--r-- | includes/funktion_faq.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/funktion_faq.php b/includes/funktion_faq.php deleted file mode 100644 index e9f09e7c..00000000 --- a/includes/funktion_faq.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - function noAnswer() { - global $con; - - $SQL = "SELECT UID FROM Questions WHERE `AID`='0'"; - $Res = mysql_query($SQL, $con); - - return mysql_num_rows($Res); - } -?> |