[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bricolage-commits
Subject:    [Bricolage-Commits] Fixed for bug 214.
From:       Sam Tregar <samtregar () users ! sourceforge ! net>
Date:       2002-08-27 19:43:22
[Download RAW message or body]

Log Message:
-----------
Fixed for bug 214.  This silences the warning in the simplest way possible.  A better \
fix may arrive later.

Modified Files:
--------------
    /cvsroot/bricolage/bricolage/inst:
        conf.pl


["samtregar-2002827194322-diff.txt" (samtregar-2002827194322-diff.txt)]

Index: conf.pl
===================================================================
RCS file: /cvsroot/bricolage/bricolage/inst/conf.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- conf.pl	21 Aug 2002 20:18:34 -0000	1.7
+++ conf.pl	27 Aug 2002 19:43:22 -0000	1.8
@@ -233,7 +233,7 @@
 sub set_httpd_var {
     my ($httpd, $var, $val, $global) = @_;
     if ($global && $$httpd =~ s/^(\s*$var\s+).*$/$1$val/gmi) {
-	return $1.$val;
+	return "$var $val";
     } elsif ($$httpd =~ s/^(\s*$var\s+).*$/$1$val/mi) {
 	return $1.$val;
     } else {
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Bricolage-Commits mailing list
Bricolage-Commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-commits

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic