[dw-free] Tweak bar graphs generated by DW::Graphs
[commit: http://hg.dwscoalition.org/dw-free/rev/98cc7a5bf242]
http://bugs.dwscoalition.org/show_bug.cgi?id=2951
Remove redundant package line.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2951
Remove redundant package line.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/DW/Controller/Graphs.pm
-------------------------------------------------------------------------------- diff -r 6fe3db4ec3e5 -r 98cc7a5bf242 cgi-bin/DW/Controller/Graphs.pm --- a/cgi-bin/DW/Controller/Graphs.pm Thu Apr 28 12:45:31 2011 +0800 +++ b/cgi-bin/DW/Controller/Graphs.pm Thu Apr 28 12:46:55 2011 +0800 @@ -30,8 +30,6 @@ DW::Controller::Graphs - Controller modu use DW::Controller::Graphs; =cut - -package DW::Controller::Graphs; package DW::Controller::Graphs; --------------------------------------------------------------------------------