From afe394e13b5d0235b2d133575f622743714644b0 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 25 Apr 2007 09:30:05 +0000 Subject: [PATCH] Falsche Funktion aufgerufen. --- bin/mozilla/ct.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index fe166c520..e5ba1ddf8 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -1411,7 +1411,7 @@ sub save { if ($form->{"db"} eq "customer") { $res = CT->save_customer(\%myconfig, \%$form); } else { - $res = CT->save_customer(\%myconfig, \%$form); + $res = CT->save_vendor(\%myconfig, \%$form); } if (3 == $res) { -- 2.20.1