summaryrefslogtreecommitdiff
path: root/scripts/menu.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-12 00:58:46 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-12 00:58:46 +0000
commitd0d78206feeb963ae297d1b3d5decef6051b1164 (patch)
treed063549c55556d573cd085c66ccba718f16a4c93 /scripts/menu.pl
parent041e50fc6d6c80b6a9ba2a3c12be0450231f8a47 (diff)
Removing errors for clicking on menu links
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1381 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts/menu.pl')
-rw-r--r--scripts/menu.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/menu.pl b/scripts/menu.pl
index 4f5cbb80..678b71eb 100644
--- a/scripts/menu.pl
+++ b/scripts/menu.pl
@@ -12,6 +12,9 @@ use LedgerSMB::Menu;
use LedgerSMB::Template;
use strict;
+sub __default {
+}
+
sub display {
my ($request) = @_;
my $template;