summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/news_comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/nonpublic/news_comments.php')
-rwxr-xr-xwww-ssl/nonpublic/news_comments.php3
1 files changed, 3 insertions, 0 deletions
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<br><br>";
+ SetHeaderGo2Back();
+ }
}
$SQL = "SELECT * FROM news_comments where Refid = ". $_GET["nid"]. " ORDER BY 'ID'";