Index: /branches/comu-ver2/data/class/SC_Query.php
===================================================================
--- /branches/comu-ver2/data/class/SC_Query.php	(revision 17878)
+++ /branches/comu-ver2/data/class/SC_Query.php	(revision 17958)
@@ -391,5 +391,5 @@
         }
         // SQL文の実行
-        return $this->conn->getCol($sqlse, $col, $arrval);
+        return $this->conn->getCol($sqlse, 0, $arrval);
     }
 
