alecpl
2010-03-27 c854241cc4f2a32321ec1fe03c49e54a718e4fc7
- change namespace() to getNamespace()


1 files modified
4 ■■■■ changed files
program/include/rcube_imap_generic.php 4 ●●●● patch | view | raw | blame | history
program/include/rcube_imap_generic.php
@@ -415,7 +415,7 @@
        return $result;
    }
    function namespace()
    function getNamespace()
    {
        if (isset($this->prefs['rootdir']) && is_string($this->prefs['rootdir'])) {
            $this->rootdir = $this->prefs['rootdir'];
@@ -684,7 +684,7 @@
            if ($this->prefs['force_caps']) {
                $this->clearCapability();
            }
            $this->namespace();
            $this->getNamespace();
            $this->logged = true;
            return true;
        } else {