X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FInifile.pm;h=6ecb41f79ba9fcdfc2ec99f97945131ca5c73340;hb=5067d7bd31514962af9730b33323b831d87164f8;hp=91af9fc797e91ae486fc063223c188c67c74c778;hpb=4247547d2a925ddad7006cae89e5f9f1fda7d469;p=kivitendo-erp.git 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 $_;