[Pyukiwiki-cvs 0006857] CVS update: PyukiWiki-Devel-UTF8/lib

Back to archive index

PyukiWiki CVS Commit pyuki****@lists*****
2012年 2月 27日 (月) 21:07:30 JST


Index: PyukiWiki-Devel-UTF8/lib/wiki.cgi
diff -u PyukiWiki-Devel-UTF8/lib/wiki.cgi:1.321 PyukiWiki-Devel-UTF8/lib/wiki.cgi:1.322
--- PyukiWiki-Devel-UTF8/lib/wiki.cgi:1.321	Mon Feb 27 11:38:20 2012
+++ PyukiWiki-Devel-UTF8/lib/wiki.cgi	Mon Feb 27 21:07:30 2012
@@ -1,6 +1,6 @@
 ######################################################################
 # wiki.cgi - This is PyukiWiki, yet another Wiki clone.
-# $Id: wiki.cgi,v 1.321 2012/02/27 02:38:20 papu Exp $
+# $Id: wiki.cgi,v 1.322 2012/02/27 12:07:30 papu Exp $
 #
 # "PyukiWiki" version 0.2.0-p2-preview4 $$
 # Copyright (C) 2004-2012 Nekyo
@@ -1851,7 +1851,7 @@
 	if (($level ne  1) && ($uricount > 0) && (($chk_str =~ s/https?:\/\///g) >= $uricount)) {
 		&snapshot('Over http');
 	# Over Mailチェックを行う。
-	} elsif (($level ne  1) && ($mailcount+0 > 0) && (($chk_str =~ s/$::ismail///g) >= $uricount)) {
+	} elsif (($level ne  1) && ($mailcount+0 > 0) && (($chk_str =~ s/$::ismail//g) >= $uricount)) {
 		&snapshot('Over mail');
 	# レベルが 1 の時のみ 日本語チェックを行う。					# comment
 	# changed by nanami and v 0.2.0 fix



Pyukiwiki-cvs メーリングリストの案内
Back to archive index