From 1bd34e48ffe47e2f552e64650d4cc200259f3ac8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 25 Dec 2004 06:17:23 +0000 Subject: [PATCH] r29: Added link to report after inserting comment (was supposed to be in r28 but I forgot it). --- newcomment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newcomment.php b/newcomment.php index f368e83..c7d5ac5 100644 --- a/newcomment.php +++ b/newcomment.php @@ -52,7 +52,7 @@ if ($_POST['do'] == 'insert') $DB_sql->query("UPDATE " . TABLE_PREFIX . "bug SET lastposttime = $time, lastpostby = " . $bugsys->userinfo['userid'] . " WHERE bugid = $vars[bugid]"); - echo 'comment inserted'; + echo "comment inserted"; } // ################################################################### -- 2.43.5