From c6c497d2d05a37e54f2a620d85c0aeb4c1de3cbb Mon Sep 17 00:00:00 2001 From: Brad Beattie Date: Thu, 12 Mar 2009 11:21:46 -0700 Subject: [PATCH] Remove year/day ambiguity --- app/controllers/graphs_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/graphs_controller.rb b/app/controllers/graphs_controller.rb index a07e0bf..a439b42 100755 --- a/app/controllers/graphs_controller.rb +++ b/app/controllers/graphs_controller.rb @@ -29,7 +29,7 @@ def issue_growth_graph :style_sheet => "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css", :timescale_divisions => "1 months", :width => 720, - :x_label_format => "%b %y" + :x_label_format => "%b %Y" }) # Get the top visible projects by issue count