Fix ordering of operations for Horde_Db_Adapter_Pdo_Myql::_parseConfig()
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 18 Feb 2009 19:59:33 +0000 (14:59 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 18 Feb 2009 19:59:33 +0000 (14:59 -0500)
commit087cc921b2dda39d625cd1b13425c9fdc428ef6c
tree79227b3998cc68ea62e584901a7225fff8477fcd
parent9d9c8ce98c251675afd84f00d0611185b2c2cf0c
Fix ordering of operations for Horde_Db_Adapter_Pdo_Myql::_parseConfig()
The parameters need to be translated before we check them.
framework/Db/lib/Horde/Db/Adapter/Pdo/Abstract.php
framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php
framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php