]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Inifile.pm
kivitendo-test
[kivitendo-erp.git] / SL / Inifile.pm
index 91af9fc797e91ae486fc063223c188c67c74c778..30afc66c1a4731030e63f8c259aee66ad21695d0 100644 (file)
@@ -25,7 +25,8 @@
 # GNU General Public License for more details.
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1335, USA.
 #=====================================================================
 #
 # routines to retrieve / manipulate win ini style files
@@ -60,7 +61,7 @@ sub new {
       s/\s*#.*$//;
       s/^\s*//;
     } else {
-      next if m/#/;
+      next if m/^\s*#/;
     }
 
     next unless $_;