[Slashdotjp-dev 637] CVS update: slashjp/Slash/Utility/Environment

アーカイブの一覧に戻る

Tatsuki SUGIURA sugi****@users*****
2006年 10月 30日 (月) 20:57:36 JST


Index: slashjp/Slash/Utility/Environment/Environment.pm
diff -u slashjp/Slash/Utility/Environment/Environment.pm:1.15 slashjp/Slash/Utility/Environment/Environment.pm:1.16
--- slashjp/Slash/Utility/Environment/Environment.pm:1.15	Mon Aug 28 19:00:45 2006
+++ slashjp/Slash/Utility/Environment/Environment.pm	Mon Oct 30 20:57:36 2006
@@ -1,7 +1,7 @@
 # This code is a part of Slash, and is released under the GPL.
 # Copyright 1997-2005 by Open Source Technology Group. See README
 # and COPYING for more information, or see http://slashcode.com/.
-# $Id: Environment.pm,v 1.15 2006/08/28 10:00:45 sugi Exp $
+# $Id: Environment.pm,v 1.16 2006/10/30 11:57:36 sugi Exp $
 
 package Slash::Utility::Environment;
 
@@ -35,7 +35,7 @@
 use base 'Exporter';
 use vars qw($VERSION @EXPORT);
 
-($VERSION) = ' $Revision: 1.15 $ ' =~ /\$Revision:\s+([^\s]+)/;
+($VERSION) = ' $Revision: 1.16 $ ' =~ /\$Revision:\s+([^\s]+)/;
 @EXPORT	   = qw(
 
 	dbAvailable
@@ -1858,6 +1858,9 @@
 				next;
 			} elsif (/^op_(.+)$/){
 				$form{'op'} = $1;
+			} elsif ($_ eq 'light') {
+				$form{simpledesign} = $form{light};
+				$form{lowbandwidth} = $form{light};
 			}
 		}
 	}
@@ -3410,4 +3413,4 @@
 
 =head1 VERSION
 
-$Id: Environment.pm,v 1.15 2006/08/28 10:00:45 sugi Exp $
+$Id: Environment.pm,v 1.16 2006/10/30 11:57:36 sugi Exp $


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る