From ef50853d68fe0bd87aee685f49f81e175cc6c51a Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 14 Jan 2009 21:23:32 -0500 Subject: [PATCH] fix parse errors --- imp/lib/Quota/command.php | 1 - imp/lib/Quota/hook.php | 1 - 2 files changed, 2 deletions(-) diff --git a/imp/lib/Quota/command.php b/imp/lib/Quota/command.php index 5125520e1..e5687a31d 100644 --- a/imp/lib/Quota/command.php +++ b/imp/lib/Quota/command.php @@ -65,7 +65,6 @@ class IMP_Quota_command extends IMP_Quota * 'limit' = Maximum quota allowed * 'usage' = Currently used portion of quota (in bytes) */ - */ public function getQuota() { if (empty($this->_params['partition'])) { diff --git a/imp/lib/Quota/hook.php b/imp/lib/Quota/hook.php index 34eb10eb3..197434185 100644 --- a/imp/lib/Quota/hook.php +++ b/imp/lib/Quota/hook.php @@ -28,7 +28,6 @@ class IMP_Quota_hook extends IMP_Quota * 'limit' = Maximum quota allowed * 'usage' = Currently used portion of quota (in bytes) */ - */ public function getQuota() { $quota = Horde::callHook('_imp_hook_quota', $this->_params, 'imp'); -- 2.11.0