From 4b759fecca748cd6544e0f7d8e93836638ca0053 Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Mon, 11 Oct 2010 23:19:15 +0200 Subject: [PATCH] =?utf8?q?Weiterleitung=20nach=20dem=20Buchen=20erg=C3=A4n?= =?utf8?q?zt.=20Mit=20'type'=20geht's=20besser=20als=20mit=20'muh'=20;-)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/cp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 2b4e434b1..2df7812e7 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -658,7 +658,7 @@ sub post { unless $form->{exchangerate}; } - $form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&muh=kuh&account=$form->{account}"; + $form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&type=$form->{type}&account=$form->{account}"; my $msg1 = "$form->{origtitle} posted!"; my $msg2 = "Cannot post $form->{origtitle}!"; -- 2.20.1