git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23245 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -782,8 +782,6 @@ abstract class Zend_Db_Adapter_Abstract
/**
* Fetches the first column of all SQL result rows as an array.
*
- * The first column in each row is used as the array key.
- *
* @param string|Zend_Db_Select $sql An SQL SELECT statement.
* @param mixed $bind Data to bind into SELECT placeholders.
* @return array