Skip to content

Commit

Permalink
Finish changing variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 29, 2015
1 parent d0a2103 commit 48ffed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/add_mon
Expand Up @@ -55,12 +55,12 @@ do {
('8:30', '17:30', '12:30', '13:30');
}
$day{day_date} = $day;
$week->add_to_days(\%day) if $day->month == $mon;
$week->add_to_days(\%day) if $day->month == $month;

$day += $oneday
}

$start += 7 * $oneday;
} while ($start->month == $mon);
} while ($start->month == $month);

print "end\n";

0 comments on commit 48ffed1

Please sign in to comment.