Commit dc4d96e9 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 24885c01
...@@ -153,7 +153,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun ...@@ -153,7 +153,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
'Sqlite', 'Sqlite',
'Firebird' 'Firebird'
); );
protected $_count; protected $_count = 0;
/** /**
* the constructor * the constructor
...@@ -1132,4 +1132,4 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun ...@@ -1132,4 +1132,4 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
{ {
return Doctrine_Lib::getConnectionAsString($this); return Doctrine_Lib::getConnectionAsString($this);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment