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

Zurück zum Archiv-Index

Tatsuki SUGIURA sugi****@users*****
2006年 8月 30日 (水) 17:54:09 JST


Index: slashjp/Slash/DB/MySQL/MySQL.pm
diff -u slashjp/Slash/DB/MySQL/MySQL.pm:1.12 slashjp/Slash/DB/MySQL/MySQL.pm:1.13
--- slashjp/Slash/DB/MySQL/MySQL.pm:1.12	Fri Jul 14 14:39:43 2006
+++ slashjp/Slash/DB/MySQL/MySQL.pm	Wed Aug 30 17:54:09 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.12 2006/07/14 05:39:43 sugi Exp $
+# $Id: MySQL.pm,v 1.13 2006/08/30 08:54:09 sugi Exp $
 
 package Slash::DB::MySQL;
 use strict;
@@ -21,7 +21,7 @@
 use Encode;
 use Slash::LDAPDB;
 
-($VERSION) = ' $Revision: 1.12 $ ' =~ /\$Revision:\s+([^\s]+)/;
+($VERSION) = ' $Revision: 1.13 $ ' =~ /\$Revision:\s+([^\s]+)/;
 
 # Fry: How can I live my life if I can't tell good from evil?
 
@@ -10973,6 +10973,8 @@
 		$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 メーリングリストの案内
Zurück zum Archiv-Index