Changeset 5431 in subversion


Ignore:
Timestamp:
Nov 16, 2011 2:04:36 AM (18 months ago)
Author:
alec
Message:
  • Fix typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap.php

    r5425 r5431  
    31693169        // return folders in all namespaces, we'll try to detect that situation 
    31703170        // and ask for these namespaces separately 
    3171         if ($root == '' && $name = '*') { 
     3171        if ($root == '' && $name == '*') { 
    31723172            $delim     = $this->get_hierarchy_delimiter(); 
    31733173            $namespace = $this->get_namespace(); 
Note: See TracChangeset for help on using the changeset viewer.