From 599e75de5d1510a4124739fb5e8c5397f5dfa69b Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Mon, 8 Feb 2010 15:43:45 +0100 Subject: Receive event data by ref to change it --- inc/subscription.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/subscription.php') 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 * @author Adrian Lang */ -function subscription_addresslist($data){ +function subscription_addresslist(&$data){ global $conf; global $auth; -- cgit v1.2.3