/[drupal]/drupal/modules/system/system.module
ViewVC logotype

Diff of /drupal/modules/system/system.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.440.2.55 by drumm, Wed Jul 1 21:30:47 2009 UTC revision 1.440.2.56 by drumm, Wed Sep 16 04:34:24 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: system.module,v 1.440.2.54 2009/07/01 20:52:11 drumm Exp $  // $Id: system.module,v 1.440.2.55 2009/07/01 21:30:47 drumm Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 526  function theme_system_theme_select_form( Line 526  function theme_system_theme_select_form(
526    
527  function _system_zonelist() {  function _system_zonelist() {
528    $timestamp = time();    $timestamp = time();
529    $zonelist = array(-11, -10, -9.5, -9, -8, -7, -6, -5, -4, -3.5, -3, -2.5, -2, -1, 0, 1, 2, 3, 3.5, 4, 5, 5.5, 5.75, 6, 6.5, 7, 8, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.75, 13, 14);    $zonelist = array(-11, -10, -9.5, -9, -8, -7, -6, -5, -4.5, -4, -3.5, -3, -2.5, -2, -1, 0, 1, 2, 3, 3.5, 4, 5, 5.5, 5.75, 6, 6.5, 7, 8, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.75, 13, 14);
530    $zones = array();    $zones = array();
531    foreach ($zonelist as $offset) {    foreach ($zonelist as $offset) {
532      $zone = $offset * 3600;      $zone = $offset * 3600;

Legend:
Removed from v.1.440.2.55  
changed lines
  Added in v.1.440.2.56

  ViewVC Help
Powered by ViewVC 1.1.3