summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGit <git@what.cd>2015-08-23 08:00:27 +0000
committerGit <git@what.cd>2015-08-23 08:00:27 +0000
commitebe932fb36960c5ee8ed37f798c3055dc36964bf (patch)
tree15ada2b03b08058385587a465698eada243fdcad
parentf668501ef0e34082f941a6bf9b72e0986a00f4c6 (diff)
downloadGazelle-ebe932fb36960c5ee8ed37f798c3055dc36964bf.zip
Gazelle-ebe932fb36960c5ee8ed37f798c3055dc36964bf.tar.gz
Gazelle-ebe932fb36960c5ee8ed37f798c3055dc36964bf.tar.bz2
Empty commit
-rw-r--r--sections/tools/misc/manipulate_tree.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/sections/tools/misc/manipulate_tree.php b/sections/tools/misc/manipulate_tree.php
index e303858..ac8ec6f 100644
--- a/sections/tools/misc/manipulate_tree.php
+++ b/sections/tools/misc/manipulate_tree.php
@@ -15,7 +15,8 @@ if ($_POST['id']) {
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'];