From 37b7ec3e14df0e28154fcc1497183424bf035d2d Mon Sep 17 00:00:00 2001
From: Rudi Grinberg <rudi.grinberg@sourcefabric.org>
Date: Wed, 22 Aug 2012 12:12:49 -0400
Subject: [PATCH] updated sql to upgrade airtime version

---
 install_minimal/upgrades/airtime-2.2.0/common/UpgradeCommon.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_minimal/upgrades/airtime-2.2.0/common/UpgradeCommon.php b/install_minimal/upgrades/airtime-2.2.0/common/UpgradeCommon.php
index 4f30c2b8e..3ccd05606 100644
--- a/install_minimal/upgrades/airtime-2.2.0/common/UpgradeCommon.php
+++ b/install_minimal/upgrades/airtime-2.2.0/common/UpgradeCommon.php
@@ -18,7 +18,7 @@ class UpgradeCommon{
     {       
         $sql = "SELECT valstr from cc_pref WHERE keystr = 'timezone'";
 
-        $result = self::queryDb($sql);
+        $result   = self::queryDb($sql);
         $timezone = $result->fetchColumn();
                 
         date_default_timezone_set($timezone);