phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] felamimail/inc class.bofelamimail.inc.php [Version-0_


From: Sigurd Nes
Subject: [Phpgroupware-cvs] felamimail/inc class.bofelamimail.inc.php [Version-0_9_16-branch]
Date: Fri, 07 Jul 2006 09:10:28 +0000

CVSROOT:        /sources/phpgroupware
Module name:    felamimail
Branch:         Version-0_9_16-branch
Changes by:     Sigurd Nes <sigurdne>   06/07/07 09:10:28

Modified files:
        inc            : class.bofelamimail.inc.php 

Log message:
        supress error

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/felamimail/inc/class.bofelamimail.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.2.2.12.2.4&r2=1.2.2.12.2.5

Patches:
Index: class.bofelamimail.inc.php
===================================================================
RCS file: /sources/phpgroupware/felamimail/inc/class.bofelamimail.inc.php,v
retrieving revision 1.2.2.12.2.4
retrieving revision 1.2.2.12.2.5
diff -u -b -r1.2.2.12.2.4 -r1.2.2.12.2.5
--- class.bofelamimail.inc.php  20 Jan 2004 05:33:28 -0000      1.2.2.12.2.4
+++ class.bofelamimail.inc.php  7 Jul 2006 09:10:28 -0000       1.2.2.12.2.5
@@ -11,7 +11,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your    *
        * option) any later version.                                            
    *
        
\***************************************************************************/
-       /* $Id: class.bofelamimail.inc.php,v 1.2.2.12.2.4 2004/01/20 05:33:28 
jengo Exp $ */
+       /* $Id: class.bofelamimail.inc.php,v 1.2.2.12.2.5 2006/07/07 09:10:28 
sigurdne Exp $ */
 
        class bofelamimail
        {
@@ -941,7 +941,7 @@
                                // get the quota for this mailboxbox
                                if (function_exists('imap_get_quotaroot'))
                                {
-                                       $quota = 
imap_get_quotaroot($this->mbox, $_folderName);
+                                       $quota = 
@imap_get_quotaroot($this->mbox, $_folderName);
                                        if(is_array($quota['STORAGE'])) 
                                        {
                                                $storage = $this->storageQuota 
= $quota['STORAGE'];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]