Changeset 5815 in subversion
- Timestamp:
- Jan 24, 2012 2:42:34 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_config.php
r5806 r5815 180 180 $result = $this->prop[$name]; 181 181 } 182 else if (isset($this->l agacy_props[$name])) {183 return $this->get($this->l agacy_props[$name], $def);182 else if (isset($this->legacy_props[$name])) { 183 return $this->get($this->legacy_props[$name], $def); 184 184 } 185 185 else {
Note: See TracChangeset
for help on using the changeset viewer.
