diff options
| author | Mark Newnham <mark@newnhams.com> | 2018-07-18 10:48:42 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-18 10:48:42 -0600 |
| commit | 0559e4b888c9627090defa00982bf9f275ab23b8 (patch) | |
| tree | 3ed442316175501cfae8f2adc0658912594ed928 /perf | |
| parent | 4cac02dc7385b5a3532dc30264e9716397e224da (diff) | |
| download | adodb-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.php | 2 |
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; |
