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>2009-05-18 03:49:42 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-18 03:49:42 +0400
commit6f285faef928f6ba9259c8591d279177216d87bc (patch)
treeb61834bb3a60f9acc07bf602a6598eaaeff5b8b6
parentc57f1455273748be1f2074b71625eec8968f85d9 (diff)
-rw-r--r--core/Updates/0.2.37.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Updates/0.2.37.php b/core/Updates/0.2.37.php
index ebfef9a260..f7f40c1a37 100644
--- a/core/Updates/0.2.37.php
+++ b/core/Updates/0.2.37.php
@@ -1,4 +1,5 @@
<?php
Piwik_Query( "DELETE FROM ". Piwik::prefixTable('user_dashboard') . "
- WHERE layout LIKE '%.getLastVisitsGraph%'" );
+ WHERE layout LIKE '%.getLastVisitsGraph%'
+ OR layout LIKE '%.getLastVisitsReturningGraph%'" );