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

アーカイブの一覧に戻る

Tatsuki SUGIURA sugi****@users*****
2006年 2月 7日 (火) 04:05:18 JST


Index: slashjp/Slash/DB/MySQL/MySQL.pm
diff -u slashjp/Slash/DB/MySQL/MySQL.pm:1.7 slashjp/Slash/DB/MySQL/MySQL.pm:1.8
--- slashjp/Slash/DB/MySQL/MySQL.pm:1.7	Sun Jan  9 00:15:37 2005
+++ slashjp/Slash/DB/MySQL/MySQL.pm	Tue Feb  7 04:05:18 2006
@@ -1,7 +1,7 @@
 # This code is a part of Slash, and is released under the GPL.
 # Copyright 1997-2004 by Open Source Development Network. See README
 # and COPYING for more information, or see http://slashcode.com/.
-# $Id: MySQL.pm,v 1.7 2005/01/08 15:15:37 oliver Exp $
+# $Id: MySQL.pm,v 1.8 2006/02/06 19:05:18 sugi Exp $
 
 package Slash::DB::MySQL;
 use strict;
@@ -20,7 +20,7 @@
 use base 'Slash::DB::Utility';
 use Slash::Constants ':messages';
 
-($VERSION) = ' $Revision: 1.7 $ ' =~ /\$Revision:\s+([^\s]+)/;
+($VERSION) = ' $Revision: 1.8 $ ' =~ /\$Revision:\s+([^\s]+)/;
 
 # Fry: How can I live my life if I can't tell good from evil?
 
@@ -308,7 +308,7 @@
 # Perl has lost the flag somewhere
 sub sqlDo{
 	my($self, $sql) = @_;
-	$sql = decode_utf8( $sql ) unless $sql =~ /accesslog_admin|people/;
+	$sql = decode_utf8( $sql ); # unless $sql =~ /accesslog_admin|people/;
 	$self->SUPER::sqlDo( $sql );
 }
   


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