[xoops-cvslog 6105] CVS update: xoops2jp/html/modules/legacy/lib/EasyLex

Back to archive index

Minahito minah****@users*****
2007年 1月 17日 (水) 16:46:36 JST


Index: xoops2jp/html/modules/legacy/lib/EasyLex/EasyLex_SQLScanner.class.php
diff -u xoops2jp/html/modules/legacy/lib/EasyLex/EasyLex_SQLScanner.class.php:1.1.2.2 xoops2jp/html/modules/legacy/lib/EasyLex/EasyLex_SQLScanner.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/lib/EasyLex/EasyLex_SQLScanner.class.php:1.1.2.2	Mon Oct 30 18:54:56 2006
+++ xoops2jp/html/modules/legacy/lib/EasyLex/EasyLex_SQLScanner.class.php	Wed Jan 17 16:46:36 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package EasyLexSQL
- * @varsion $Id: EasyLex_SQLScanner.class.php,v 1.1.2.2 2006/10/30 09:54:56 minahito Exp $
+ * @varsion $Id: EasyLex_SQLScanner.class.php,v 1.1.2.3 2007/01/17 07:46:36 minahito Exp $
  * 
  * In the original BSD license, both occurrences of the phrase "COPYRIGHT
  * HOLDERS AND CONTRIBUTORS" in the disclaimer read "REGENTS AND CONTRIBUTORS".
@@ -88,7 +88,7 @@
  */
 class EasyLex_SQLScanner
 {
-	var $mTokens;
+	var $mTokens = array();
 	var $mStatus = EASYLEX_SQL_UNKNOWN;
 	
 	/**


xoops-cvslog メーリングリストの案内
Back to archive index