From 39af63b95b15787be35365567b5482ca9fe4a104 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 4 Mar 2015 14:23:00 -0500 Subject: [PATCH] update to pull only 30 days --- static/31.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/31.phtml b/static/31.phtml index bba7447..d0e3fcc 100644 --- a/static/31.phtml +++ b/static/31.phtml @@ -4,7 +4,7 @@ if (defined('COMMON_EVENTS') && COMMON_EVENTS) { $t = filter_var($_REQUEST['t']); $eventId = filter_var($_REQUEST['eventid'], FILTER_VALIDATE_INT); if (!$t && !$search && !$eventId) { - $_REQUEST['t'] = '120'; + $_REQUEST['t'] = '30'; } // set CommonApp define if not set -- 2.17.1