Empty commit

This commit is contained in:
Git 2015-08-23 08:00:27 +00:00
parent f668501ef0
commit ebe932fb36

View File

@ -15,7 +15,8 @@
error('Please enter a comment to add to the users affected.'); error('Please enter a comment to add to the users affected.');
} }
else { 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']; $Comment .= "\n" . "Manipulate Tree used by " . $LoggedUser['Username'];
} }
$UserID = $_POST['id']; $UserID = $_POST['id'];