1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 08:34:20 +02:00

Function found_rows should return null

This commit is contained in:
Jakub Vrana
2011-07-29 17:27:26 +02:00
parent c82829942c
commit b01d0cec22
3 changed files with 0 additions and 3 deletions

View File

@@ -504,7 +504,6 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
}
function found_rows($table_status, $where) {
return false;
}
function types() {