removed duplicate baseConfig

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6468 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phishy 2008-02-20 20:02:18 +00:00
parent 61882940a4
commit 5c9c5dbb47

View file

@ -61,19 +61,7 @@ class DboOracle extends DboSource {
* @var boolean
*/
var $__transactionStarted = false;
/**
* Base configuration settings for MySQL driver
*
* @var array
*/
var $_baseConfig = array(
'persistent' => true,
'host' => 'localhost',
'login' => 'sysdba',
'password' => '',
'database' => 'cake',
'connect' => 'ociplogon'
);
/**
* Enter description here...
*