X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/80a6d456aa9f6222316394a79e3f2f31b6078110..96ca0b88b082cc24081889bcfc63cb2808049f68:/bin/mozilla/ct.pl diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index bdc89195c..845fc3ab4 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -65,20 +65,6 @@ use strict; # end of main -sub add { - $main::lxdebug->enter_sub(); - - my $url = 'controller.pl?action=CustomerVendor/add&db='. ($::form->{db} eq 'vendor' ? 'vendor' : 'customer'); - - if ( $::form->{callback} ) { - $url .= '&callback='. uri_encode($::form->{callback}); - } - - print $::form->redirect_header($url); - - $main::lxdebug->leave_sub(); -} - sub search { $main::lxdebug->enter_sub();