logo       

cvs: pear /DBA_Relational Relational.php: msg#00671

php.cvs.pear

Subject: cvs: pear /DBA_Relational Relational.php

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

News | FAQ | advertise