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:
5585180
)
REcursion Detection macht Probleme.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 27 Jan 2010 14:01:29 +0000
(15:01 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 19 Jul 2010 16:11:25 +0000
(18:11 +0200)
bin/mozilla/common.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/common.pl
b/bin/mozilla/common.pl
index
c8ab340
..
dc05814
100644
(file)
--- a/
bin/mozilla/common.pl
+++ b/
bin/mozilla/common.pl
@@
-530,7
+530,7
@@
sub call_sub {
}
$_called_subs{$name}++;
- confess "RECURSION DETECTION: call_sub($name) called " . $_called_subs{$name} . " time(s)" if $_called_subs{$name} > 10;
+
#
confess "RECURSION DETECTION: call_sub($name) called " . $_called_subs{$name} . " time(s)" if $_called_subs{$name} > 10;
{
no strict "refs";