mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
f668501ef0
commit
ebe932fb36
@ -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'];
|
||||||
|
Loading…
Reference in New Issue
Block a user