From dc4d96e92f59c5c5fb47aa319cda3e988589a04a Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 7 Oct 2007 22:21:01 +0000 Subject: [PATCH] --- lib/Doctrine/Connection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/Connection.php b/lib/Doctrine/Connection.php index 0a7205209..1238e9836 100644 --- a/lib/Doctrine/Connection.php +++ b/lib/Doctrine/Connection.php @@ -153,7 +153,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun 'Sqlite', 'Firebird' ); - protected $_count; + protected $_count = 0; /** * the constructor @@ -1132,4 +1132,4 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun { return Doctrine_Lib::getConnectionAsString($this); } -} \ No newline at end of file +}