summaryrefslogtreecommitdiff
path: root/includes/funktion_faq.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/funktion_faq.php')
-rwxr-xr-xincludes/funktion_faq.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/includes/funktion_faq.php b/includes/funktion_faq.php
deleted file mode 100755
index 641ea38d..00000000
--- a/includes/funktion_faq.php
+++ /dev/null
@@ -1,12 +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);
-}
-
-?>