Index: /temp/trunk/html/admin/contents/csv_sql.php
===================================================================
--- /temp/trunk/html/admin/contents/csv_sql.php	(revision 5115)
+++ /temp/trunk/html/admin/contents/csv_sql.php	(revision 5127)
@@ -218,23 +218,4 @@
 	$objQuery = new SC_Query();
 	$arrRet = array();		// ·ë²Ì¼èÆÀÍÑ
-	/*
-	$sql = "";
-	$sql .= " SELECT";
-	$sql .= "     a.attname,";
-	$sql .= "     a.attnum as fldnum, ";
-	$sql .= "     (select case count(description) when 0 then a.attname else (select a.attname || ':' || description from pg_description where a.attrelid=objoid and a.attnum=objsubid ) end from pg_description where a.attrelid=objoid and a.attnum=objsubid ) as description ";
-	$sql .= " FROM";
-	$sql .= "     pg_class c,";
-	$sql .= "         pg_attribute a left join pg_description e on (a.attrelid=e.objoid and a.attnum=e.objsubid) ";
-	$sql .= " ";
-	$sql .= " WHERE";
-	$sql .= "     (c.relname=?) AND";
-	$sql .= "     (c.oid=a.attrelid) AND";
-	$sql .= "     a.attnum > 0";
-	$sql .= " ORDER BY";
-	$sql .= "     fldnum";
-	$sql .= " ";
-	$arrRet = $objQuery->getAll($sql, array($selectTable));	
-	*/
 	$sql = "";
 	$sql .= " SELECT column_name, description FROM dtb_table_comment WHERE table_name = ? AND column_name IS NOT NULL";
@@ -294,5 +275,5 @@
 	$objErr = new SC_CheckError();
 	$objErr->doFunc( array("Ì¾¾Î", "name"), array("EXIST_CHECK") );
-	$objErr->doFunc( array("SQLÊ¸", "sql"), array("EXIST_CHECK") );
+	$objErr->doFunc( array("SQLÊ¸", "sql", "30000"), array("EXIST_CHECK", "MAX_LENGTH_CHECK") );
 	
 	// SQL¤ÎÂÅÅöÀ­¥Á¥§¥Ã¥¯
Index: /temp/trunk/html/admin/contents/inquiry.php
===================================================================
--- /temp/trunk/html/admin/contents/inquiry.php	(revision 5126)
+++ /temp/trunk/html/admin/contents/inquiry.php	(revision 5127)
@@ -119,5 +119,4 @@
 	} else {
 		
-		sfprintr($error);
 		//¥¨¥é¡¼É½¼¨
 		$objPage->ERROR = $error;
