From ebe932fb36960c5ee8ed37f798c3055dc36964bf Mon Sep 17 00:00:00 2001 From: Git Date: Sun, 23 Aug 2015 08:00:27 +0000 Subject: [PATCH] Empty commit --- sections/tools/misc/manipulate_tree.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sections/tools/misc/manipulate_tree.php b/sections/tools/misc/manipulate_tree.php index e3038588..ac8ec6fa 100644 --- a/sections/tools/misc/manipulate_tree.php +++ b/sections/tools/misc/manipulate_tree.php @@ -15,7 +15,8 @@ error('Please enter a comment to add to the users affected.'); } else { - $Comment = db_string($_POST['comment']); + $Comment = date('Y-m-d H:i:s') . " - "; + $Comment .= db_string($_POST['comment']); $Comment .= "\n" . "Manipulate Tree used by " . $LoggedUser['Username']; } $UserID = $_POST['id'];