]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Inifile.pm
Bugfix: Kommentarhandling in Inifile
[kivitendo-erp.git] / SL / Inifile.pm
index 91af9fc797e91ae486fc063223c188c67c74c778..6ecb41f79ba9fcdfc2ec99f97945131ca5c73340 100644 (file)
@@ -60,7 +60,7 @@ sub new {
       s/\s*#.*$//;
       s/^\s*//;
     } else {
-      next if m/#/;
+      next if m/^\s*#/;
     }
 
     next unless $_;