X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fprojects.pl;h=a59ecc978f56a50aa4a7ea00b349eb0d6674d4b6;hb=a4551dbafb54620a87faedac6b0970ca9cb78979;hp=0e74d53e2277d7cb5d58f9ce3032bb34b307cf4c;hpb=9bd3030a376850c427c102c6e0c54f19bd19332e;p=kivitendo-erp.git diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl index 0e74d53e2..a59ecc978 100644 --- a/bin/mozilla/projects.pl +++ b/bin/mozilla/projects.pl @@ -235,7 +235,7 @@ sub save { $form->{id} = $project->{id}; $form->{snumbers} = qq|projectnumber_| . $project->{projectnumber}; $form->{addition} = "SAVED"; - $form->save_history($form->dbconnect(\%myconfig)); + $form->save_history; } # /saving the history @@ -278,7 +278,7 @@ sub delete { if(!exists $form->{addition}) { $form->{snumbers} = qq|projectnumber_| . $project->{projectnumber}; $form->{addition} = "DELETED"; - $form->save_history($form->dbconnect(\%myconfig)); + $form->save_history; } # /saving the history