Changeset a60d139 in github


Ignore:
Timestamp:
Jun 28, 2012 3:26:59 AM (11 months ago)
Author:
Aleksander Machniak <alec@…>
Branches:
master, HEAD
Children:
b866a27
Parents:
669747a
Message:

Define array variable in case none of zones is valid (shouldn't happen)

File:
1 edited

Legend:

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

    rceaaebb ra60d139  
    182182      $select_timezone->add(rcube_label('autodetect'), 'auto'); 
    183183 
     184      $zones = array(); 
    184185      foreach (DateTimeZone::listIdentifiers() as $i => $tzs) { 
    185186        try { 
Note: See TracChangeset for help on using the changeset viewer.