Changeset 7e78b2e in github
- Timestamp:
- Jun 7, 2008 3:33:07 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a0530a6
- Parents:
- 5f95315
- File:
-
- 1 edited
-
program/include/rcmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcmail.php
rc3ab7537 r7e78b2e 189 189 // try the first two chars 190 190 else if (!isset($rcube_languages[$lang])) { 191 $short = $this->language_prop(substr($lang, 0, 2));192 191 $short = substr($lang, 0, 2); 192 193 193 // check if we have an alias for the short language code 194 194 if (!isset($rcube_languages[$short]) && isset($rcube_language_aliases[$short])) {
Note: See TracChangeset
for help on using the changeset viewer.
