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-01 11:27:19 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-01 11:27:19 +0400
commit92da6b8181282800f4f28cae77d776b67540b477 (patch)
treea6e07ae46cbfa0b7a969392d00107b74c9f807e4 /core/Period
parent9722d2680762026150bcbc3c96265bbc09802006 (diff)
- Introducing the new "ExampleUI" plugin which shows how to plot data easily in Piwik, reusing the existing framework (evolution graph, pie chart, bar graph, sparklines, tag clouds, tables, and more!)
Diffstat (limited to 'core/Period')
-rw-r--r--core/Period/Range.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Period/Range.php b/core/Period/Range.php
index dea4ed73ad..1d695ba971 100644
--- a/core/Period/Range.php
+++ b/core/Period/Range.php
@@ -101,9 +101,7 @@ class Piwik_Period_Range extends Piwik_Period
if(ereg('(last|previous)([0-9]*)', $this->strDate, $regs))
{
$lastN = $regs[2];
-
$lastOrPrevious = $regs[1];
-
if(!is_null($this->defaultEndDate))
{
$defaultEndDate = $this->defaultEndDate;