Changeset cdc539d in github


Ignore:
Timestamp:
Sep 22, 2008 5:28:13 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
cc669e3
Parents:
34b8b1e
Message:
  • there's no 'locale_string' option now
Location:
program
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_config.php

    rbba657e rcdc539d  
    7676    $this->prop['temp_dir'] = $this->prop['temp_dir'] ? unslashify($this->prop['temp_dir']) : INSTALL_PATH . 'temp'; 
    7777     
    78     // handle aliases 
    79     if (isset($this->prop['locale_string']) && empty($this->prop['language'])) 
    80       $this->prop['language'] = $this->prop['locale_string']; 
    81  
    8278    // set PHP error logging according to config 
    8379    if ($this->prop['debug_level'] & 1) { 
  • program/localization/index.inc

    rad572a1f rcdc539d  
    129129); 
    130130 
    131  
    132131?> 
Note: See TracChangeset for help on using the changeset viewer.