Index: /temp/trunk/data/lib/slib.php
===================================================================
--- /temp/trunk/data/lib/slib.php	(revision 6249)
+++ /temp/trunk/data/lib/slib.php	(revision 6250)
@@ -43,12 +43,6 @@
 			}
 		}else if ($db_type == "mysql") {
-			
-			print(DEFAULT_DSN);
-			
-			//$sql = "SHOW TABLE STATUS LIKE ?";
-			//$arrRet = $objQuery->getAll($sql, array($table_name));
-			
-			$arrRet = $objQuery->getAll("select * from dtb_session");
-			
+			$sql = "SHOW TABLE STATUS LIKE ?";
+			$arrRet = $objQuery->getAll($sql, array($table_name));
 			if(count($arrRet) > 0) {
 				return true;
