X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/189d03d210a5e46239b4ac2afc5c0b280ca6b1be..3bb3a4a56b0be39fd60f011137ffbadd9dba3fd7:/SL/Inifile.pm diff --git a/SL/Inifile.pm b/SL/Inifile.pm index 91af9fc79..6ecb41f79 100644 --- a/SL/Inifile.pm +++ b/SL/Inifile.pm @@ -60,7 +60,7 @@ sub new { s/\s*#.*$//; s/^\s*//; } else { - next if m/#/; + next if m/^\s*#/; } next unless $_;