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'];