Index: branches/version-2/data/class/SC_Query.php
===================================================================
--- branches/version-2/data/class/SC_Query.php	(revision 17642)
+++ branches/version-2/data/class/SC_Query.php	(revision 18432)
@@ -432,5 +432,5 @@
         }
         // SQL文の実行
-        return $this->conn->getCol($sqlse, $col, $arrval);
+        return $this->conn->getCol($sqlse, 0, $arrval);
     }
 
