[Frameworkspider-svn] spider-commit [13]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 27日 (金) 11:03:06 JST


Revision: 13
          http://svn.sourceforge.jp/view?root=frameworkspider&view=rev&rev=13
Author:   m_nakashima
Date:     2009-03-27 11:03:06 +0900 (Fri, 27 Mar 2009)

Log Message:
-----------


Modified Paths:
--------------
    current/DATA/lib/spider/tags/TagBase.class.php


-------------- next part --------------
Modified: current/DATA/lib/spider/tags/TagBase.class.php
===================================================================
--- current/DATA/lib/spider/tags/TagBase.class.php	2009-03-27 01:09:32 UTC (rev 12)
+++ current/DATA/lib/spider/tags/TagBase.class.php	2009-03-27 02:03:06 UTC (rev 13)
@@ -168,6 +168,9 @@
 					} else if( preg_match('/^[0-9]+$/',$element_data ) > 0 ) {
 						// 数字だけならそのまま追加
 						$converted_strings	.= $element_data;
+					} else if( preg_match('/^(true|false)$/',$element_data ) > 0 ) {
+						// true/falseならそのまま追加
+						$converted_strings	.= $element_data;
 					} else {
 						// 次の演算子以外の要素が(なら関数なので次の空でない要素をチェック
 						$is_method	= false;



Frameworkspider-svn メーリングリストの案内
Back to archive index