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

Back to archive index

PyukiWiki CVS Commit pyuki****@lists*****
2012年 3月 19日 (月) 16:21:35 JST


Index: PyukiWiki-Devel-UTF8/lib/lang.inc.pl
diff -u PyukiWiki-Devel-UTF8/lib/lang.inc.pl:1.341 PyukiWiki-Devel-UTF8/lib/lang.inc.pl:1.342
--- PyukiWiki-Devel-UTF8/lib/lang.inc.pl:1.341	Mon Mar 19 07:50:37 2012
+++ PyukiWiki-Devel-UTF8/lib/lang.inc.pl	Mon Mar 19 16:21:35 2012
@@ -1,6 +1,6 @@
 ######################################################################
 # lang.inc.pl - This is PyukiWiki, yet another Wiki clone.
-# $Id: lang.inc.pl,v 1.341 2012/03/18 22:50:37 papu Exp $
+# $Id: lang.inc.pl,v 1.342 2012/03/19 07:21:35 papu Exp $
 #
 # "PyukiWiki" ver 0.2.0-p3-dev1 $$
 # Author: Nanami http://nanakochi.daiba.cx/
@@ -267,7 +267,7 @@
 		}
 	}
 	# 0.2.0-p4 add security fix # comment
-	return('init'=>0) if($::lang!~/^\w{1,64}$/) {
+	return('init'=>0) if($::lang!~/^\w{1,64}$/);
 
 	&init_lang;
 	&init_dtd;



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