diff options
Diffstat (limited to 'menu.pl')
-rwxr-xr-x | menu.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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';} |