Changeset c854241 in github


Ignore:
Timestamp:
Mar 27, 2010 12:57:15 PM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
ce46738
Parents:
22d6b53
Message:
  • change namespace() to getNamespace()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap_generic.php

    r59c216f rc854241  
    416416    } 
    417417 
    418     function namespace() 
     418    function getNamespace() 
    419419    { 
    420420            if (isset($this->prefs['rootdir']) && is_string($this->prefs['rootdir'])) { 
     
    685685                            $this->clearCapability(); 
    686686            } 
    687                     $this->namespace(); 
     687                    $this->getNamespace(); 
    688688            $this->logged = true; 
    689689                    return true; 
Note: See TracChangeset for help on using the changeset viewer.