Changeset 5288 in subversion


Ignore:
Timestamp:
Sep 28, 2011 10:26:23 AM (21 months ago)
Author:
thomasb
Message:

Unset auto timezone value if overwritten by user prefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_config.php

    r5287 r5288  
    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.