logo       

cvs: pear /DBA DBA.php: msg#00666

php.cvs.pear

Subject: cvs: pear /DBA DBA.php

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>
Google Custom Search

News | FAQ | advertise