|
cvs: pear /DBA DBA.php: msg#00666php.cvs.pear
busterb Sun Sep 29 22:56:32 2002 EDT Modified files: /pear/DBA DBA.php Log: fix typo in create() Index: pear/DBA/DBA.php diff -u pear/DBA/DBA.php:1.24 pear/DBA/DBA.php:1.25 --- pear/DBA/DBA.php:1.24 Sun Sep 29 22:52:01 2002 +++ pear/DBA/DBA.php Sun Sep 29 22:56:32 2002 @@ -18,7 +18,7 @@ // | Foundation, Inc., 59 Temple Place, Suite 330,Boston,MA 02111-1307 USA| // +----------------------------------------------------------------------+ // -// $Id: DBA.php,v 1.24 2002/09/30 02:52:01 busterb Exp $ +// $Id: DBA.php,v 1.25 2002/09/30 02:56:32 busterb Exp $ // require_once('PEAR.php'); @@ -57,7 +57,7 @@ if (!function_exists('dba_open') || ($driver=='file')) { require_once 'DBA/Driver/File.php'; return new DBA_Driver_File(); - } elseif (in_array($driver, DBA::getDriverList()) { + } elseif (in_array($driver, DBA::getDriverList())) { require_once 'DBA/Driver/Builtin.php'; return new DBA_Driver_Builtin($driver); } else { -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pear /DBA DBA.php: 00666, Brent Cook |
|---|---|
| Next by Date: | cvs: pear /DBA/tests test_drivers.php test_file_driver.php: 00666, Brent Cook |
| Previous by Thread: | cvs: pear /DBA DBA.phpi: 00666, Brent Cook |
| Next by Thread: | cvs: pear /Benchmark Iterate.php Profiler.php Timer.php package.xml: 00666, Sebastian Bergmann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |