From 091e82cce268ee6e4b723ec3f522dc1c69e474b6 Mon Sep 17 00:00:00 2001 From: cookie Date: Sun, 16 Apr 2006 13:55:40 +0000 Subject: anzeieg des anworten erzeugers git-svn-id: svn://svn.cccv.de/engel-system@113 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/nonpublic/faq.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www-ssl/nonpublic/faq.php') diff --git a/www-ssl/nonpublic/faq.php b/www-ssl/nonpublic/faq.php index 41e967a9..fb7dab8c 100755 --- a/www-ssl/nonpublic/faq.php +++ b/www-ssl/nonpublic/faq.php @@ -2,6 +2,7 @@ $title = "Himmel"; $header = "FAQ / Fragen an die Erzengel"; include ("./inc/header.php"); +include ("./inc/funktion_user.php"); // Erstaufruf, oder Frage bereits abgeschickt? @@ -62,7 +63,8 @@ if ($Zeilen==0){ } else { for ($n = 0 ; $n < $Zeilen ; $n++) { echo "

".nl2br(mysql_result($Erg, $n, "Question"))."
\n"; - echo "

".nl2br(mysql_result($Erg, $n, "Answer"))."\n"; + echo "

".nl2br(mysql_result($Erg, $n, "Answer")). + "@". UID2Nick(mysql_result($Erg, $n, "AID"))."\n"; echo "\n
---
"; } } -- cgit v1.2.3-54-g00ecf