1
0
mirror of synced 2024-12-13 14:56:01 +03:00

more fixed to make it strict compatable

This commit is contained in:
pookey 2006-09-12 22:30:41 +00:00
parent 1c818f51fa
commit 5f44b71af6
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ class ADODB_DataDict {
* @return array of tables for current database.
*/
function MetaTables()
function &MetaTables($ttype=false,$showSchema=false,$mask=false)
{
global $ADODB_FETCH_MODE;

View File

@ -248,7 +248,7 @@ class ADODB2_mysql extends ADODB_DataDict {
*
* @return array of ADOFieldObjects for current table.
*/
function MetaColumns($table)
function MetaColumns($table, $upper = true, $schema = false)
{
$this->_findschema($table,$schema);
if ($schema) {