diff options
-rwxr-xr-x | httemplate/graph/money_time-graph.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/money_time-graph.cgi b/httemplate/graph/money_time-graph.cgi index 32c2d89e3..ca8f6e86b 100755 --- a/httemplate/graph/money_time-graph.cgi +++ b/httemplate/graph/money_time-graph.cgi @@ -6,7 +6,7 @@ my $smonth = 8; #find last month my $eyear = 2002; -my $emonth = 11; +my $emonth = 12; my @labels; my %data; |