Changeset 1176 in subversion


Ignore:
Timestamp:
Mar 3, 2008 4:47:59 PM (5 years ago)
Author:
thomasb
Message:

Fix timezone dropdown selection (#1484826)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/settings/func.inc

    r1029 r1176  
    103103                    $field_id, 
    104104                    Q(rcube_label('timezone')), 
    105                     $select_timezone->show($CONFIG['timezone'])); 
     105                    $select_timezone->show((string)$CONFIG['timezone'])); 
    106106    } 
    107107 
Note: See TracChangeset for help on using the changeset viewer.