Changeset 3432 in subversion
- Timestamp:
- Mar 27, 2010 12:57:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap_generic.php
r3429 r3432 416 416 } 417 417 418 function namespace()418 function getNamespace() 419 419 { 420 420 if (isset($this->prefs['rootdir']) && is_string($this->prefs['rootdir'])) { … … 685 685 $this->clearCapability(); 686 686 } 687 $this-> namespace();687 $this->getNamespace(); 688 688 $this->logged = true; 689 689 return true;
Note: See TracChangeset
for help on using the changeset viewer.
