From: Chuck Hagenbuch Date: Thu, 15 Jan 2009 02:23:32 +0000 (-0500) Subject: fix parse errors X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ef50853d68fe0bd87aee685f49f81e175cc6c51a;p=horde.git fix parse errors --- 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');