Changeset f5e5eed3 in github


Ignore:
Timestamp:
Nov 24, 2010 10:46:17 AM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
63f9dee6
Parents:
e31afbb
Message:

Add check to other cases, too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.php

    re31afbb rf5e5eed3  
    32463246                foreach ($this->namespace['other'] as $ns) { 
    32473247                    foreach ((array)$ns as $root) { 
    3248                         if (strpos($mbox_name, $root[0]) === 0) { 
     3248                        if ($root[0] && strpos($mbox_name, $root[0]) === 0) { 
    32493249                            return $mbox_name; 
    32503250                        } 
Note: See TracChangeset for help on using the changeset viewer.