From: Sven Schöling Date: Mon, 27 Jul 2015 13:55:36 +0000 (+0200) Subject: Bugfix: Kommentarhandling in Inifile X-Git-Tag: release-3.3.0beta~27 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8a27e4ffe7d5fa1e85ea3a81049e443704282254;p=kivitendo-erp.git Bugfix: Kommentarhandling in Inifile Das ist aber immernoch Schrott, weil die Latex order # enthält, und trotzdem rausgegrillt wird. --- 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 $_;