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

Back to archive index

PyukiWiki CVS Commit pyuki****@lists*****
2012年 3月 22日 (木) 05:07:03 JST


Index: PyukiWiki-Devel-UTF8/lib/ping.inc.pl
diff -u PyukiWiki-Devel-UTF8/lib/ping.inc.pl:1.38 PyukiWiki-Devel-UTF8/lib/ping.inc.pl:1.39
--- PyukiWiki-Devel-UTF8/lib/ping.inc.pl:1.38	Wed Mar 21 17:35:10 2012
+++ PyukiWiki-Devel-UTF8/lib/ping.inc.pl	Thu Mar 22 05:07:03 2012
@@ -1,6 +1,6 @@
 ######################################################################
 # ping.inc.pl - This is PyukiWiki, yet another Wiki clone.
-# $Id: ping.inc.pl,v 1.38 2012/03/21 08:35:10 papu Exp $
+# $Id: ping.inc.pl,v 1.39 2012/03/21 20:07:03 papu Exp $
 #
 # "PyukiWiki" ver 0.2.0-p3-dev2 $$
 # Author: Nanami http://nanakochi.daiba.cx/
@@ -134,9 +134,8 @@
 	my $test=lc $result;
 	if(	   $test=~/thank/ && $test=~/ping/
 		|| $test=~/forwarded/ && $test=~/services/
-		|| $test=~/<boolean>0<\/boolean>/
-		|| $test=~/<value><boolean>0<\/boolean><\/value>/
-		|| $test=~/<boolean>0<\/value>/
+		|| $test=~/\<boolean\>0\<\/boolean\>/
+		|| $test=~/\<value\>0\<\/value\>/
 		|| $test=~/OK/
 		|| $test=~/successfully/ && $test=~/refresh/ && $test=~/requested/) {
 		return (0,$result);
@@ -182,9 +181,8 @@
 	my $test=lc $stream;
 	if(	   $test=~/thank/ && $test=~/ping/
 		|| $test=~/forwarded/ && $test=~/services/
-		|| $test=~/<boolean>0<\/boolean>/
-		|| $test=~/<value><boolean>0<\/boolean><\/value>/
-		|| $test=~/<boolean>0<\/value>/
+		|| $test=~/\<boolean\>0\<\/boolean\>/
+		|| $test=~/\<value\>0\<\/value\>/
 		|| $test=~/OK/
 		|| $test=~/successfully/ && $test=~/refresh/ && $test=~/requested/) {
 		return (0,$stream);



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