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:
0fee52d
)
Eine Funktion auf Tracelevel 2 gesetzt
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 9 Mar 2007 13:16:58 +0000
(13:16 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 9 Mar 2007 13:16:58 +0000
(13:16 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
edf5de9
..
c0dee29
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-959,7
+959,7
@@
sub datetonum {
# Database routines used throughout
sub dbconnect {
- $main::lxdebug->enter_sub();
+ $main::lxdebug->enter_sub(
2
);
my ($self, $myconfig) = @_;
@@
-974,7
+974,7
@@
sub dbconnect {
$dbh->do($myconfig->{dboptions}) || $self->dberror($myconfig->{dboptions});
}
- $main::lxdebug->leave_sub();
+ $main::lxdebug->leave_sub(
2
);
return $dbh;
}