* adjust code.

This commit is contained in:
wyd621
2014-03-14 05:10:31 +00:00
parent 7c20ac30ff
commit d4df6c22f6
+1 -1
View File
@@ -1511,7 +1511,7 @@ class projectModel extends model
$dateList = array();
$date = $begin;
$spaces = (int)$interval;
$counter = 0;
$counter = $spaces;
while($date <= $end)
{
/* Remove weekend when type is noweekend.*/