Changeset cdc539d in github
- Timestamp:
- Sep 22, 2008 5:28:13 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- cc669e3
- Parents:
- 34b8b1e
- Location:
- program
- Files:
-
- 2 edited
-
include/rcube_config.php (modified) (1 diff)
-
localization/index.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_config.php
rbba657e rcdc539d 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) { -
program/localization/index.inc
rad572a1f rcdc539d 129 129 ); 130 130 131 132 131 ?>
Note: See TracChangeset
for help on using the changeset viewer.
