From: Steve Sutton Date: Wed, 4 Mar 2015 19:23:00 +0000 (-0500) Subject: update to pull only 30 days X-Git-Tag: v1.0.0^2~34 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=39af63b95b15787be35365567b5482ca9fe4a104;p=web%2FGaylordGolfMecca.git update to pull only 30 days --- 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