Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 3551)
+++ temp/trunk/data/lib/slib.php	(revision 3552)
@@ -26,7 +26,7 @@
 			GROUP BY
 				relname";
-	
 	$arrRet = $objQuery->getAll($sql, array($table_name));
-	if(count($arrRet) > 0) {
+	sfPrintR($arrRet);
+		if(count($arrRet) > 0) {
 		$flg = true;
 	} else {
