X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c5272e6738b113396d73c6d33f7105ffbc224bf..8cef58b276ce4005c0e2ada350fecd5d7a103e89:/bin/mozilla/pe.pl diff --git a/bin/mozilla/pe.pl b/bin/mozilla/pe.pl index 54eba9941..6bcb0f53e 100644 --- a/bin/mozilla/pe.pl +++ b/bin/mozilla/pe.pl @@ -467,7 +467,7 @@ sub save { } # saving the history if(!exists $form->{addition} && $form->{id} ne "") { - $form->{snumber} = qq|projectnumber_| . $form->{projectnumber}; + $form->{snumbers} = qq|projectnumber_| . $form->{projectnumber}; $form->{addition} = "SAVED"; $form->save_history($form->dbconnect(\%myconfig)); } @@ -492,7 +492,7 @@ sub delete { } # saving the history if(!exists $form->{addition}) { - $form->{snumber} = qq|projectnumber_| . $form->{projectnumber}; + $form->{snumbers} = qq|projectnumber_| . $form->{projectnumber}; $form->{addition} = "DELETED"; $form->save_history($form->dbconnect(\%myconfig)); }