diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.php b/tests/test.php index 983edc12..9ffe6a82 100644 --- a/tests/test.php +++ b/tests/test.php @@ -1589,7 +1589,7 @@ END Adodb; flush(); $saved = $db->debug; $db->debug=1; - $cnt = _adodb_getcount($db, 'select * from ADOXYZ where firstname in (select firstname from ADOXYZ)'); + $cnt = _adodb_S($db, 'select * from ADOXYZ where firstname in (select firstname from ADOXYZ)'); echo "<b>Count=</b> $cnt"; $db->debug=$saved; |
