message MDL-24788 added brackets around the automatically appended part of the jabber notification

This commit is contained in:
Andrew Davis 2010-11-08 06:50:20 +00:00
parent 97f2eb45a1
commit f979f128bf

View file

@ -58,7 +58,7 @@ class message_output_jabber extends message_output {
$jabbermessage .= "\n".get_string('view').': '.$eventdata->contexturl;
}
$jabbermessage .= "\n".get_string('noreply','message');
$jabbermessage .= "\n(".get_string('noreply','message').')';
$conn = new XMPPHP_XMPP($CFG->jabberhost,$CFG->jabberport,$CFG->jabberusername,$CFG->jabberpassword,'moodle',$CFG->jabberserver);