git-svn-id: http://www.observium.org/svn/observer/trunk@2762 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-12-06 23:02:31 +00:00
parent ce116fe0a2
commit 38f95ce512
4 changed files with 13 additions and 17 deletions
-5
View File
@@ -19,11 +19,6 @@ function getDates($dayofmonth, $months=0)
$year = date('Y');
$month = date('m');
$dayofmonth = "03";
$year = date('Y');
$month = date('m');
if (date('d') > $dayofmonth) // Billing day is past, so it is next month
{
$date_end = date_create($year.'-'.$month.'-'.$dayofmonth);