[Slashdotjp-dev 561] CVS update: slashjp/Slash/Utility/Data

Back to archive index

Tatsuki SUGIURA sugi****@users*****
2006年 7月 13日 (木) 10:12:26 JST


Index: slashjp/Slash/Utility/Data/Data.pm
diff -u slashjp/Slash/Utility/Data/Data.pm:1.14 slashjp/Slash/Utility/Data/Data.pm:1.15
--- slashjp/Slash/Utility/Data/Data.pm:1.14	Wed Jul 12 21:24:22 2006
+++ slashjp/Slash/Utility/Data/Data.pm	Thu Jul 13 10:12:26 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: Data.pm,v 1.14 2006/07/12 12:24:22 sugi Exp $
+# $Id: Data.pm,v 1.15 2006/07/13 01:12:26 sugi Exp $
 
 package Slash::Utility::Data;
 
@@ -61,7 +61,7 @@
 	$HTML::Tagset::linkElements{slash} = ['src', 'href'];
 }
 
-($VERSION) = ' $Revision: 1.14 $ ' =~ /\$Revision:\s+([^\s]+)/;
+($VERSION) = ' $Revision: 1.15 $ ' =~ /\$Revision:\s+([^\s]+)/;
 @EXPORT	   = qw(
 	addDomainTags
 	createStoryTopicData
@@ -3475,6 +3475,7 @@
 sub xmlencode {
 	my($text, $nohtml) = @_;
 	return '' if !defined($text) || length($text) == 0;
+	my $constants = getCurrentStatic();
 
 	# if there is an & that is not part of an entity, convert it
 	# to &
@@ -4252,4 +4253,4 @@
 
 =head1 VERSION
 
-$Id: Data.pm,v 1.14 2006/07/12 12:24:22 sugi Exp $
+$Id: Data.pm,v 1.15 2006/07/13 01:12:26 sugi Exp $


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