ZF-5317: typo in Zend_Db_Adapter_Abstract
Description
In ZF v. 1.7.1, Zend/Db/Adapter/Abstract.php, line 179: {{Zend_{color:red}DB{color}::AUTO_QUOTE_IDENTIFIERS => $this->autoQuoteIdentifiers}} instead of: {{Zend{color:green}Db{color}::AUTO_QUOTE_IDENTIFIERS => $this->_autoQuoteIdentifiers}}
Just a small case problem.
Regards, Remy Damour
Comments
Posted by Mickael Perraud (mikaelkael) on 2008-12-18T13:20:43.000+0000
Fixed in SVN13354