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