summaryrefslogtreecommitdiff
path: root/scripts/menu.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-23 05:29:40 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-23 05:29:40 +0000
commite4109707658e0da4a1193953ef88f7ab5ecdb9e6 (patch)
tree4472be004b8d414449375b6093a95fb171d81e44 /scripts/menu.pl
parentc8c8441938faeafb2299a686be89990a829f93d5 (diff)
Renaming Scripts::menu::display to root_doc
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1462 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts/menu.pl')
-rw-r--r--scripts/menu.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/menu.pl b/scripts/menu.pl
index ec96c307..878e2fe1 100644
--- a/scripts/menu.pl
+++ b/scripts/menu.pl
@@ -15,7 +15,7 @@ use strict;
sub __default {
}
-sub display {
+sub root_doc {
my ($request) = @_;
my $template;
if (!$request->{menubar}){