diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-02-08 15:43:45 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-02-08 15:46:10 +0100 |
commit | 599e75de5d1510a4124739fb5e8c5397f5dfa69b (patch) | |
tree | fc6cea4b4849793b98eb701598b0f16827705991 | |
parent | 134937946849b8225648f9c191a006ec60c1f013 (diff) | |
download | rpg-599e75de5d1510a4124739fb5e8c5397f5dfa69b.tar.gz rpg-599e75de5d1510a4124739fb5e8c5397f5dfa69b.tar.bz2 |
Receive event data by ref to change it
-rw-r--r-- | inc/subscription.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/subscription.php b/inc/subscription.php index f7614014f..ae326c894 100644 --- a/inc/subscription.php +++ b/inc/subscription.php @@ -219,7 +219,7 @@ function subscription_regex($pre = array()) { * @author Steven Danz <steven-danz@kc.rr.com> * @author Adrian Lang <lang@cosmocode.de> */ -function subscription_addresslist($data){ +function subscription_addresslist(&$data){ global $conf; global $auth; |