From: Moritz Bunkus Date: Thu, 14 Jun 2007 08:31:40 +0000 (+0000) Subject: 'use strict' führt bei der Ausführung zu Fehlern wie "Can't use an undefined value... X-Git-Tag: release-2.4.3^2~135 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d467f40de696218e7cde1b78704c32443fa5b986;p=kivitendo-erp.git 'use strict' führt bei der Ausführung zu Fehlern wie "Can't use an undefined value as an ARRAY reference". --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index c9542a77b..13c3802ea 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -38,7 +38,7 @@ use SL::IS; use SL::PE; use SL::ReportGenerator; -use strict; +# use strict; #use warnings; # imports diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 4830cc49d..bccac308a 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -36,7 +36,7 @@ use SL::IC; #use SL::PE; -use strict; +# use strict; #use warnings; # global imports