Changeset 1881 in subversion
- Timestamp:
- Sep 22, 2008 5:28:13 AM (5 years ago)
- Location:
- trunk/roundcubemail/program
- Files:
-
- 2 edited
-
include/rcube_config.php (modified) (1 diff)
-
localization/index.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_config.php
r1854 r1881 76 76 $this->prop['temp_dir'] = $this->prop['temp_dir'] ? unslashify($this->prop['temp_dir']) : INSTALL_PATH . 'temp'; 77 77 78 // handle aliases79 if (isset($this->prop['locale_string']) && empty($this->prop['language']))80 $this->prop['language'] = $this->prop['locale_string'];81 82 78 // set PHP error logging according to config 83 79 if ($this->prop['debug_level'] & 1) { -
trunk/roundcubemail/program/localization/index.inc
r1566 r1881 129 129 ); 130 130 131 132 131 ?>
Note: See TracChangeset
for help on using the changeset viewer.
