Changeset 1169533 in github


Ignore:
Timestamp:
Mar 3, 2008 4:47:59 PM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
72ff27cd
Parents:
04e87ee
Message:

Fix timezone dropdown selection (#1484826)

File:
1 edited

Legend:

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

    rb89d5a8 r1169533  
    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.