syntax error in jabber_format_notice
darcs-hash:20080624015001-34904-5ce1e31677627baa3b4241530cfe2ae0e385c541.gz
This commit is contained in:
parent
9af33c9c00
commit
939a3e48d8
@ -124,5 +124,5 @@ function jabber_broadcast_notice($notice) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function jabber_format_notice(&$profile, &$notice) {
|
function jabber_format_notice(&$profile, &$notice) {
|
||||||
return = $profile->nickname . ': ' . $notice->content;
|
return $profile->nickname . ': ' . $notice->content;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user