[xoops-cvslog 6227] CVS update: xoops2jp/html/modules/legacy/kernel

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2007年 3月 13日 (火) 15:22:43 JST


Index: xoops2jp/html/modules/legacy/kernel/handler.php
diff -u xoops2jp/html/modules/legacy/kernel/handler.php:1.1.2.4.2.1 xoops2jp/html/modules/legacy/kernel/handler.php:1.1.2.4.2.2
--- xoops2jp/html/modules/legacy/kernel/handler.php:1.1.2.4.2.1	Tue Mar 13 01:41:15 2007
+++ xoops2jp/html/modules/legacy/kernel/handler.php	Tue Mar 13 15:22:43 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: handler.php,v 1.1.2.4.2.1 2007/03/12 16:41:15 tom_g3x Exp $
+ * @version $Id: handler.php,v 1.1.2.4.2.2 2007/03/13 06:22:43 tom_g3x Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -131,7 +131,7 @@
 	{
 		$ret = array();
 
-        $sql="SELECT COUNT(*) c FROM '" . $this->mTable . '`'; 
+        $sql="SELECT COUNT(*) c FROM `" . $this->mTable . '`'; 
 
 		if($criteria !== null && is_a($criteria, 'CriteriaElement')) {
 			$where = $this->_makeCriteria4sql($criteria);


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