summaryrefslogtreecommitdiff
path: root/menu.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-16 15:27:25 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-16 15:27:25 +0000
commit69ec77f6d98520ca738723c3bf1634291f32498b (patch)
tree1aef195dcacd84b213a216562e98245fb8d5e86e /menu.pl
parentc03b0c7d0ec23d0fa7690a8de6c9eebc650d0d71 (diff)
`cat svn-commit.2.tmp`
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@219 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'menu.pl')
-rwxr-xr-xmenu.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/menu.pl b/menu.pl
index 6482a66d..03d22670 100755
--- a/menu.pl
+++ b/menu.pl
@@ -106,7 +106,6 @@ $SIG{__DIE__} = sub { $form->error($_[0]) };
$myconfig{dbpasswd} = unpack 'u', $myconfig{dbpasswd};
map { $form->{$_} = $myconfig{$_} } qw(stylesheet timeout) unless ($form->{type} eq 'preferences');
-
$form->db_init(\%myconfig);
if ($form->{path} ne 'bin/lynx'){ $form->{path} = 'bin/mozilla';}