fix parse errors
authorChuck Hagenbuch <chuck@horde.org>
Thu, 15 Jan 2009 02:23:32 +0000 (21:23 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 15 Jan 2009 02:23:32 +0000 (21:23 -0500)
imp/lib/Quota/command.php
imp/lib/Quota/hook.php

index 5125520..e5687a3 100644 (file)
@@ -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'])) {
index 34eb10e..1974341 100644 (file)
@@ -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');