projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
752fd6a
)
Falsche globale Variable %::form
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 28 Feb 2012 11:48:58 +0000
(12:48 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 28 Feb 2012 11:48:58 +0000
(12:48 +0100)
SL/User.pm
patch
|
blob
|
history
diff --git
a/SL/User.pm
b/SL/User.pm
index
acbe5cf
..
7ae2eb8
100644
(file)
--- a/
SL/User.pm
+++ b/
SL/User.pm
@@
-697,7
+697,6
@@
sub save_member {
$main::lxdebug->enter_sub();
my ($self) = @_;
- my $form = \%main::form;
# format dbconnect and dboptions string
dbconnect_vars($self, $self->{dbname});
@@
-708,7
+707,7
@@
sub save_member {
my $dbh = SL::DBConnect->connect($self->{dbconnect}, $self->{dbuser}, $self->{dbpasswd});
if ($dbh) {
- $self->create_employee_entry($form, $dbh, $self, 1);
+ $self->create_employee_entry($
::
form, $dbh, $self, 1);
$dbh->disconnect();
}