diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-22 14:55:00 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-22 14:55:00 -0400 |
commit | a39bb63ebdf1e1025abb5c506db2c0dd82a55773 (patch) | |
tree | cc3ce05909f0dd4a4648c7fe48d28d0f104f547c /lib | |
parent | 139fd492ff636581d525d576eead1796c37da155 (diff) |
add tags on creation of notices and users
darcs-hash:20080522185500-84dde-39a66d36d2c80ff57e2ab2d0274548770c4d06f7.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 9057382db..64fa230d2 100644 --- a/lib/util.php +++ b/lib/util.php @@ -411,7 +411,7 @@ function common_redirect($url, $code=307) { common_element('a', array('href' => $url), $url); } -function common_broadcast_notices($id) { +function common_broadcast_notice($notice) { // XXX: broadcast notices to remote subscribers // XXX: broadcast notices to SMS // XXX: broadcast notices to Jabber |