Skip to content
Snippets Groups Projects
Commit c14edb62 authored by Prasad's avatar Prasad
Browse files

Redefinition fix in adodb for php7 compat.

parent 709f5b54
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ class ADODB_sqlite extends ADOConnection {
return @sqlite_close($this->_connectionID);
}
function MetaIndexes($table, $primary = FALSE, $owner=false, $owner = false)
function MetaIndexes($table, $primary = FALSE, $owner=false)
{
$false = false;
// save old fetch mode
......
......@@ -282,7 +282,7 @@ class ADODB_sqlite3 extends ADOConnection {
return $this->_connectionID->close();
}
function MetaIndexes($table, $primary = FALSE, $owner=false, $owner = false)
function MetaIndexes($table, $primary = FALSE, $owner=false)
{
$false = false;
// save old fetch mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment