Changeset 4f1c0a5d in github


Ignore:
Timestamp:
Nov 16, 2011 2:04:36 AM (18 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
50b22b9
Parents:
2eeb128
Message:
  • Fix typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.php

    r305b366b r4f1c0a5d  
    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.