Index: /temp/trunk/data/lib/slib.php
===================================================================
--- /temp/trunk/data/lib/slib.php	(revision 6149)
+++ /temp/trunk/data/lib/slib.php	(revision 6150)
@@ -20,8 +20,8 @@
 
 /* ¥Æ¡¼¥Ö¥ë¤ÎÂ¸ºß¥Á¥§¥Ã¥¯ */
-function sfTabaleExists($table_name) {
+function sfTabaleExists($table_name, $db_type=DB_TYPE) {
 	$objQuery = new SC_Query();	
 	// postgresql¤Èmysql¤È¤Ç½èÍý¤òÊ¬¤±¤ë
-	if (DB_TYPE == "pgsql") {
+	if ($db_type == "pgsql") {
 		$sql = "SELECT
 					relname
@@ -39,5 +39,5 @@
 			$flg = false;
 		}	
-	}else if (DB_TYPE == "mysql") {	
+	}else if ($db_type == "mysql") {	
 		$sql = "SHOW TABLE STATUS LIKE ?";
 		$arrRet = $objQuery->getAll($sql, array($table_name));
Index: /temp/trunk/html/install/user_data/templates/default1/contents.css
===================================================================
--- /temp/trunk/html/install/user_data/templates/default1/contents.css	(revision 5934)
+++ /temp/trunk/html/install/user_data/templates/default1/contents.css	(revision 6150)
@@ -1,4 +1,4 @@
 /*
- * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
+ * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
  *
  * http://www.lockon.co.jp/
