syntax error in jabber_format_notice

darcs-hash:20080624015001-34904-5ce1e31677627baa3b4241530cfe2ae0e385c541.gz
This commit is contained in:
Evan Prodromou 2008-06-23 21:50:01 -04:00
parent 9af33c9c00
commit 939a3e48d8
1 changed files with 1 additions and 1 deletions

View File

@ -124,5 +124,5 @@ function jabber_broadcast_notice($notice) {
}
function jabber_format_notice(&$profile, &$notice) {
return = $profile->nickname . ': ' . $notice->content;
return $profile->nickname . ': ' . $notice->content;
}