From 559bf959778a081033228521f41ae284f34175d5 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 18 Aug 2008 15:39:31 +0000 Subject: Small access fix git-svn-id: https://code.elgg.org/elgg/trunk@2010 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/access.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/lib/access.php b/engine/lib/access.php index 01cb8a93e..cf4b82609 100644 --- a/engine/lib/access.php +++ b/engine/lib/access.php @@ -316,8 +316,6 @@ if (!($collection = get_access_collection($collection_id))) return false; - - system_message("$collection_id $user_guid collection"); if ((array_key_exists($collection_id, $collections) || $collection->owner_guid == 0) && $user = get_user($user_guid)) { -- cgit v1.2.3