summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/page.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics_reporting/page.inc.php')
-rw-r--r--modules-available/statistics_reporting/page.inc.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules-available/statistics_reporting/page.inc.php b/modules-available/statistics_reporting/page.inc.php
index 45f93144..c3e469fe 100644
--- a/modules-available/statistics_reporting/page.inc.php
+++ b/modules-available/statistics_reporting/page.inc.php
@@ -139,13 +139,6 @@ class Page_Statistics_Reporting extends Page
);
}
- foreach (array(1,2,5,7,14,30,90) as $day) {
- $data['days'][] = array(
- 'days' => $day,
- 'selected' => ($day === $this->days) ? 'selected' : '',
- );
- }
-
$data['from'] = date_format(date_timestamp_set(new DateTime(), $this->from), 'Y-m-d');
$data['to'] = date_format(date_timestamp_set(new DateTime(), $this->to), 'Y-m-d');