diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 8742e4d91af..1971b2db8dc 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -1250,8 +1250,8 @@ if (empty($action) || $action == 'show_month') // View by month // Get week number for the targeted date '$currdate0' $numweek0 = date("W", strtotime(date($currdate0))); // Show the week number, and define column width - echo ' '.$numweek0.''; - + echo ' '.$numweek0.''; + for ($iter_day = 0; $iter_day < 7; $iter_day++) { if ($tmpday <= 0) { /* Show days before the beginning of the current month (previous month) */