Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-08-29 03:51:56 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-08-29 03:51:56 +0400
commit4d0a6f05642e35e4792ba0a158d305508744baf5 (patch)
tree7c93d932e958990e81f618eb71eef39618d118fa
parentff3ac0ff938fca10d63ec77fc53be9b20d33ed0f (diff)
parent095c1ce7edb251838194f38abb936bf7c94b7c55 (diff)
repackaged without bug #16501.0
-rw-r--r--core/Updates/0.9.1.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Updates/0.9.1.php b/core/Updates/0.9.1.php
index d82ad97c86..7a0b8dc7e7 100644
--- a/core/Updates/0.9.1.php
+++ b/core/Updates/0.9.1.php
@@ -17,6 +17,10 @@ class Piwik_Updates_0_9_1 extends Piwik_Updates
{
static function getSql($schema = 'Myisam')
{
+ if(!Piwik::isTimezoneSupportEnabled())
+ {
+ return array();
+ }
// @see http://bugs.php.net/46111
$timezones = timezone_identifiers_list();
$brokenTZ = array();