|
cvs: pear /DBA_Relational Relational.php: msg#00671php.cvs.pear
busterb Sun Sep 29 23:41:56 2002 EDT Modified files: /pear/DBA_Relational Relational.php Log: update tableExists() to work with DBA 0.9.4 Index: pear/DBA_Relational/Relational.php diff -u pear/DBA_Relational/Relational.php:1.1 pear/DBA_Relational/Relational.php:1.2 --- pear/DBA_Relational/Relational.php:1.1 Tue Sep 24 12:49:25 2002 +++ pear/DBA_Relational/Relational.php Sun Sep 29 23:41:56 2002 @@ -18,7 +18,7 @@ // | Foundation, Inc., 59 Temple Place, Suite 330,Boston,MA 02111-1307 USA| // +----------------------------------------------------------------------+ // -// $Id: Relational.php,v 1.1 2002/09/24 16:49:25 busterb Exp $ +// $Id: Relational.php,v 1.2 2002/09/30 03:41:56 busterb Exp $ require_once 'PEAR.php'; require_once 'DBA/Table.php'; @@ -181,7 +181,7 @@ */ function tableExists($tableName) { - return DBA::exists($this->_home.$tableName, $this->_driver); + return DBA::db_exists($this->_home.$tableName, $this->_driver); } // }}} -- 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_Relational Table.php Toolbox.php package.xml: 00671, Brent Cook |
|---|---|
| Next by Date: | cvs: pear /SQL_Parser/tests parser_cases.php test_parser.php: 00671, Brent Cook |
| Previous by Thread: | cvs: pear /DBA_Relational Table.php Toolbox.php package.xmli: 00671, Brent Cook |
| Next by Thread: | cvs: pear /SQL_Parser/tests parser_cases.php test_parser.php: 00671, Brent Cook |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |