X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b65a230d60e86d2c18a3ab7222379905aea5ecd7..9fc09e82e0029be8a42c67d6414e33daf2a3eba8:/bin/mozilla/projects.pl 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