From: Sven Schöling Date: Wed, 27 Jan 2010 14:01:29 +0000 (+0100) Subject: REcursion Detection macht Probleme. X-Git-Tag: release-2.6.2beta1~321 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5aade3bcdb732932dd4c498d5c607cc00eabe93e;p=kivitendo-erp.git REcursion Detection macht Probleme. --- diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index c8ab34033..dc058142c 100644 --- 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";