Index: /temp/trunk/data/lib/slib.php
===================================================================
--- /temp/trunk/data/lib/slib.php	(revision 6248)
+++ /temp/trunk/data/lib/slib.php	(revision 6249)
@@ -42,7 +42,13 @@
 				return true;
 			}
-		}else if ($db_type == "mysql") {	
-			$sql = "SHOW TABLE STATUS LIKE ?";
-			$arrRet = $objQuery->getAll($sql, array($table_name));
+		}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");
+			
 			if(count($arrRet) > 0) {
 				return true;
