Changeset 3432 in subversion


Ignore:
Timestamp:
Mar 27, 2010 12:57:15 PM (3 years ago)
Author:
alec
Message:
  • change namespace() to getNamespace()
File:
1 edited

Legend:

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

    r3429 r3432  
    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.