Changeset 985e410 in github


Ignore:
Timestamp:
Sep 28, 2011 10:26:23 AM (21 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
Children:
f4f4354f
Parents:
801b69d
Message:

Unset auto timezone value if overwritten by user prefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_config.php

    r801b69d r985e410  
    223223            $this->prop['dst_active'] = isset($_SESSION['dst_active']) ? $_SESSION['dst_active'] : $this->prop['dst_active']; 
    224224        } 
     225        else if (isset($this->prop['_timezone_value'])) 
     226           unset($this->prop['_timezone_value']); 
    225227    } 
    226228 
Note: See TracChangeset for help on using the changeset viewer.