X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fprojects.pl;h=0e74d53e2277d7cb5d58f9ce3032bb34b307cf4c;hb=2508bbb1ab2056ec40635f4dda1c7023a5f3254f;hp=d340ddb7fe353d8bb1cc6cbcfb62de32afe5b456;hpb=1b0c7d3fc874fd0bfa6556d1b181df3c4a16604c;p=kivitendo-erp.git diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl index d340ddb7f..0e74d53e2 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($form->dbconnect(\%myconfig)); } # /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($form->dbconnect(\%myconfig)); } # /saving the history