Always return array from table_status()

This commit is contained in:
Jakub Vrana
2025-03-26 01:34:48 +01:00
parent cd207238b7
commit cccc784da4
19 changed files with 28 additions and 49 deletions

View File

@@ -316,9 +316,6 @@ if (isset($_GET["simpledb"])) {
}
}
}
if ($name != "") {
return $row;
}
$return[$table] = $row;
}
return $return;