From: Chuck Hagenbuch Date: Sat, 29 Aug 2009 02:49:38 +0000 (-0400) Subject: Revert "Implement Countable." X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5588ffa741c8c270a0215c2d2c284d6441b08543;p=horde.git Revert "Implement Countable." This reverts commit d0396d8d495ed66fa088ae490a1d0ff3dbe16de9. --- diff --git a/framework/Db/lib/Horde/Db/Adapter/Abstract.php b/framework/Db/lib/Horde/Db/Adapter/Abstract.php index 9e056084c..9bcea3927 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Abstract.php +++ b/framework/Db/lib/Horde/Db/Adapter/Abstract.php @@ -21,7 +21,7 @@ * @package Horde_Db * @subpackage Adapter */ -abstract class Horde_Db_Adapter_Abstract implements Countable +abstract class Horde_Db_Adapter_Abstract { /** * Config options @@ -472,16 +472,6 @@ abstract class Horde_Db_Adapter_Abstract implements Countable } /** - * Returns the number of affected or returned rows of the last query. - * - * @return integer - */ - public function count() - { - return $this->_rowCount; - } - - /** * Check if a transaction has been started */ public function transactionStarted()