summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorMark Newnham <mark@newnhams.com>2018-07-18 10:48:42 -0600
committerGitHub <noreply@github.com>2018-07-18 10:48:42 -0600
commit0559e4b888c9627090defa00982bf9f275ab23b8 (patch)
tree3ed442316175501cfae8f2adc0658912594ed928 /perf
parent4cac02dc7385b5a3532dc30264e9716397e224da (diff)
downloadadodb-0559e4b888c9627090defa00982bf9f275ab23b8.tar.gz
adodb-0559e4b888c9627090defa00982bf9f275ab23b8.tar.bz2
adodb-0559e4b888c9627090defa00982bf9f275ab23b8.zip
Function incompatible with parent see #435
The tables() function was incompatible
Diffstat (limited to 'perf')
-rw-r--r--perf/perf-mysql.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/perf-mysql.inc.php b/perf/perf-mysql.inc.php
index ea73e37f..f6187481 100644
--- a/perf/perf-mysql.inc.php
+++ b/perf/perf-mysql.inc.php
@@ -118,7 +118,7 @@ class perf_mysql extends adodb_perf{
return $s;
}
- function Tables()
+ function tables($orderby='1')
{
if (!$this->tablesSQL) return false;