From 75448045cfe70054c8f4bae1bcfaf9bb0f70d330 Mon Sep 17 00:00:00 2001
From: Moritz helios Rudert
Date: Wed, 1 Jun 2011 12:13:39 +0200
Subject: fixes
---
www-ssl/faq.php | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
mode change 100755 => 100644 www-ssl/faq.php
(limited to 'www-ssl/faq.php')
diff --git a/www-ssl/faq.php b/www-ssl/faq.php
old mode 100755
new mode 100644
index 5bb6824e..26c261da
--- a/www-ssl/faq.php
+++ b/www-ssl/faq.php
@@ -1,22 +1,22 @@
".mysql_result($Erg, $n, "Frage")."
";
- echo "".mysql_result($Erg, $n, "Antwort")."
";
+ for ($n = 0; $n < $Zeilen; $n++) {
+ if (mysql_result($Erg, $n, "Antwort") != "") {
+ echo "";
+ echo "- " . mysql_result($Erg, $n, "Frage") . "
";
+ echo "- " . mysql_result($Erg, $n, "Antwort") . "
";
+ echo "
";
+ }
}
-}
-include ("../../camp2011/includes/footer.php");
+ include "../../camp2011/includes/footer.php";
?>
-
--
cgit v1.2.3-70-g09d2