Commit 5f44b71a authored by pookey's avatar pookey

more fixed to make it strict compatable

parent 1c818f51
...@@ -212,7 +212,7 @@ class ADODB_DataDict { ...@@ -212,7 +212,7 @@ class ADODB_DataDict {
* @return array of tables for current database. * @return array of tables for current database.
*/ */
function MetaTables() function &MetaTables($ttype=false,$showSchema=false,$mask=false)
{ {
global $ADODB_FETCH_MODE; global $ADODB_FETCH_MODE;
......
...@@ -248,7 +248,7 @@ class ADODB2_mysql extends ADODB_DataDict { ...@@ -248,7 +248,7 @@ class ADODB2_mysql extends ADODB_DataDict {
* *
* @return array of ADOFieldObjects for current table. * @return array of ADOFieldObjects for current table.
*/ */
function MetaColumns($table) function MetaColumns($table, $upper = true, $schema = false)
{ {
$this->_findschema($table,$schema); $this->_findschema($table,$schema);
if ($schema) { if ($schema) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment