From 84d2ad8ebf0ae01f9bd193cd417fef9b2da3b680 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sun, 26 Sep 2010 19:44:03 -0700 Subject: cleaned up ACL expansion to remove unwanted '0' elements --- include/notifier.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/notifier.php') diff --git a/include/notifier.php b/include/notifier.php index 2124c18e7..92f739549 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -115,7 +115,7 @@ $recipients = array_unique(array_merge($recipients,$allow_people,$allow_groups),SORT_NUMERIC); $deny = array_unique(array_merge($deny_people,$deny_groups),SORT_NUMERIC); $recipients = array_diff($recipients,$deny); - + $conversant_str = dbesc(implode(', ',$conversants)); @@ -253,7 +253,7 @@ } } } - $atom .= "\r\n"; + $atom .= '' . "\r\n"; if($debugging) echo $atom; -- cgit v1.2.3