[Slashdotjp-dev 632] CVS update: slashjp/Slash/DB/MySQL

Back to archive index

Tatsuki SUGIURA sugi****@users*****
2006年 10月 24日 (火) 20:20:34 JST


Index: slashjp/Slash/DB/MySQL/MySQL.pm
diff -u slashjp/Slash/DB/MySQL/MySQL.pm:1.14 slashjp/Slash/DB/MySQL/MySQL.pm:1.15
--- slashjp/Slash/DB/MySQL/MySQL.pm:1.14	Wed Oct  4 17:15:30 2006
+++ slashjp/Slash/DB/MySQL/MySQL.pm	Tue Oct 24 20:20:34 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: MySQL.pm,v 1.14 2006/10/04 08:15:30 sugi Exp $
+# $Id: MySQL.pm,v 1.15 2006/10/24 11:20:34 sugi Exp $
 
 package Slash::DB::MySQL;
 use strict;
@@ -21,7 +21,7 @@
 use Encode;
 use Slash::LDAPDB;
 
-($VERSION) = ' $Revision: 1.14 $ ' =~ /\$Revision:\s+([^\s]+)/;
+($VERSION) = ' $Revision: 1.15 $ ' =~ /\$Revision:\s+([^\s]+)/;
 
 # Fry: How can I live my life if I can't tell good from evil?
 
@@ -10972,8 +10972,6 @@
 		$page ||= 'misc';
 	}
 	unless ($skin) {
-		# TODO: backported light mode. we should delete in future.
-		$skin = "light" if $user->{light};
 		$skin ||= getCurrentSkin('name');
 		$skin ||= 'default';
 	}


Slashdotjp-dev メーリングリストの案内
Back to archive index