diff options
author | ivan <ivan> | 2002-11-06 05:41:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-06 05:41:13 +0000 |
commit | d2f7bc5bcdb39f689d4a72946f0728325d0c09c8 (patch) | |
tree | 63b010d69c1651510b2b0f67a02ec8bb5e188a7b /httemplate/graph | |
parent | 4014161f196408567c02ce3fe5a0cd3c27f633c7 (diff) |
lala
Diffstat (limited to 'httemplate/graph')
-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; |