From 310c2ce98fc8c0e94559c9ed8587101d92f6e853 Mon Sep 17 00:00:00 2001 From: cookie Date: Sat, 10 Sep 2005 17:25:43 +0000 Subject: add total system git-svn-id: svn://svn.cccv.de/engel-system@1 29ba0400-6e00-0410-a75a-ca02368028f8 --- nonpublic/engelbesprechung.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 nonpublic/engelbesprechung.php (limited to 'nonpublic/engelbesprechung.php') diff --git a/nonpublic/engelbesprechung.php b/nonpublic/engelbesprechung.php new file mode 100755 index 00000000..436a5271 --- /dev/null +++ b/nonpublic/engelbesprechung.php @@ -0,0 +1,29 @@ + + +
+ +".mysql_result($Erg, $n, "Betreff")."
". + "   ".mysql_result($Erg, $n, "Datum").", "; + echo UID2Nick(mysql_result($Erg, $n, "UID"))."

\n"; + echo "

".nl2br(mysql_result($Erg, $n, "Text"))."

\n"; + } +} + + +include ("./inc/footer.php"); +?> -- cgit v1.2.3-54-g00ecf