X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aed92dbe7d4c3d21b3e410b1b02a2fc9d2b797f1..d629acd82a27e980899a044ca8b0f4becc8e94bb:/bin/mozilla/amtemplates.pl diff --git a/bin/mozilla/amtemplates.pl b/bin/mozilla/amtemplates.pl index fa55a0118..77f7659a2 100644 --- a/bin/mozilla/amtemplates.pl +++ b/bin/mozilla/amtemplates.pl @@ -38,7 +38,7 @@ use Data::Dumper; 1; -require "$form->{path}/common.pl"; +require "bin/mozilla/common.pl"; # end of main @@ -98,7 +98,7 @@ sub display_template_form { my %options; - my @hidden = qw(login path password type format); + my @hidden = qw(login password type format); if (($form->{"type"} ne "stylesheet") && !$form->{"edit"}) { $options{"SHOW_EDIT_OPTIONS"} = 1;