From 82b4bb4e891225e374555fb8d92a6771b7c97c7c Mon Sep 17 00:00:00 2001 From: cookie Date: Mon, 21 Nov 2005 21:45:45 +0000 Subject: import probleme beseitigt, news 2x back eingefueht git-svn-id: svn://svn.cccv.de/engel-system@77 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/nonpublic/news_comments.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www-ssl/nonpublic/news_comments.php') diff --git a/www-ssl/nonpublic/news_comments.php b/www-ssl/nonpublic/news_comments.php index 527c4d01..6b4ef1ff 100755 --- a/www-ssl/nonpublic/news_comments.php +++ b/www-ssl/nonpublic/news_comments.php @@ -16,7 +16,10 @@ if( IsSet( $_GET["text"])) $_GET["nid"]. "', '". date("Y-m-d H:i:s"). "', '". $_GET["text"]. "', '". $_SESSION["UID"]. "')"; $Erg = mysql_query($ch_sql, $con); if ($Erg == 1) + { echo "Eintrag wurde gespeichert

"; + SetHeaderGo2Back(); + } } $SQL = "SELECT * FROM news_comments where Refid = ". $_GET["nid"]. " ORDER BY 'ID'"; -- cgit v1.2.3-54-g00ecf