From d6405b94fff1853f6654ecb85eea79721827b6ca Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sun, 28 Dec 2008 10:50:57 +0000 Subject: kill admin.php; misc other changes; bump rc num --- functions/init/date_range.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions/init/date_range.php') diff --git a/functions/init/date_range.php b/functions/init/date_range.php index d9f7b54..81e9190 100644 --- a/functions/init/date_range.php +++ b/functions/init/date_range.php @@ -33,6 +33,7 @@ switch ($current_view){ $mArray_begin = mktime (0,0,0,$start_month,1,($start_year)); $mArray_end = mktime (0,0,0,$end_month,31,($end_year)); break; + case 'admin': case 'error': case 'preferences': $mArray_begin = time(); -- cgit v1.2.3