X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FGraph.pm;h=a8530e03ae86e90a6be3f89b26b944a5c3b38156;hb=a074bd17f5e8ba341a22bbfca1da7093b8351774;hp=45cecda627e39830d8d51bdca1f950f294e42a31;hpb=d6c9085e748c4d61901aaea72f0e1546dcc7cdda;p=ndwebbie.git diff --git a/NDWeb/Pages/Graph.pm b/NDWeb/Pages/Graph.pm index 45cecda..a8530e0 100644 --- a/NDWeb/Pages/Graph.pm +++ b/NDWeb/Pages/Graph.pm @@ -17,18 +17,18 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::Web::Pages::Graph; +package NDWeb::Pages::Graph; use strict; use warnings FATAL => 'all'; use ND::Include; -use ND::Web::Graph; +use NDWeb::Graph; use DBI qw(:sql_types); use DBD::Pg qw(:pg_types); -use base qw/ND::Web::Image/; +use base qw/NDWeb::Image/; -$ND::Web::Page::PAGES{graph} = 'ND::Web::Pages::Graph'; +$NDWeb::Page::PAGES{graph} = 'NDWeb::Pages::Graph'; sub render_body { my $self = shift;