From 18bc1f7a233b911fecdee0668caaca0db2a2f282 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 28 Nov 2011 09:58:12 +0000 Subject: - Fix get_realm() by removing debug code (shame on me) git-svn-id: https://svn.roundcube.net/trunk@5500 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/acl/acl.php | 1 - plugins/acl/package.xml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php index 2c8265029..3a5fd1ac1 100644 --- a/plugins/acl/acl.php +++ b/plugins/acl/acl.php @@ -627,7 +627,6 @@ class acl extends rcube_plugin $acl = $this->rc->imap->get_acl('INBOX'); if (is_array($acl)) { $regexp = '/^' . preg_quote($_SESSION['username'], '/') . '@(.*)$/'; - $regexp = '/^' . preg_quote('aleksander.machniak', '/') . '@(.*)$/'; foreach (array_keys($acl) as $name) { if (preg_match($regexp, $name, $matches)) { $domain = $matches[1]; diff --git a/plugins/acl/package.xml b/plugins/acl/package.xml index 9ee13bed7..f4a2a367b 100644 --- a/plugins/acl/package.xml +++ b/plugins/acl/package.xml @@ -13,9 +13,9 @@ alec@alec.pl yes - 2011-11-21 + 2011-11-28 - 0.6.5 + 0.6.6 0.6 -- cgit v1.2.3