steffen: server/perl-kolab/Kolab-Conf Conf.pm,1.3,1.4

cvs at intevation.de cvs at intevation.de
Fri Apr 16 15:30:47 CEST 2004


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab-Conf
In directory doto:/tmp/cvs-serv24793

Modified Files:
	Conf.pm 
Log Message:
syntax update

Index: Conf.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Conf/Conf.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Conf.pm	16 Apr 2004 11:58:35 -0000	1.3
+++ Conf.pm	16 Apr 2004 13:30:44 -0000	1.4
@@ -82,7 +82,7 @@
     my $skip = 0;
     while (<$template>) {
       if (/\@{3}if (\S+)\@{3}/) {
-	if ($Kolab::config{$1} && $Kolab::config{$1} ne "false" ) {
+	if ($Kolab::config{$1} && $Kolab::config{$1} ne "FALSE" ) {
           # Keep text
 	} else {
           # Skip text





More information about the commits mailing list