2012-02-16 Vanessa Gil <vanessa.gil@artica.es>

* util/pandora_manage.pl: Modify user comment format.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5611 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2012-02-16 10:09:41 +00:00
parent 6080fd1531
commit 485dc053c6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-02-16 Vanessa Gil <vanessa.gil@artica.es>
* util/pandora_manage.pl: Modify user comment format.
2012-02-16 Vanessa Gil <vanessa.gil@artica.es>
* util/pandora_manage.pl: Changed user comment format.

View File

@ -2305,7 +2305,7 @@ sub cli_create_event() {
}
if (defined($comment) && $comment ne '') {
$comment = '-- Added comment by '.$user_name.' -- '.$comment;
$comment = '<b>-- Added comment by '.$user_name. ' ['. localtime(time).'] --</b><br>'.$comment.'<br>';
}
print "[INFO] Adding event '$event' for agent '$agent_name' \n\n";