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

Check more style

This commit is contained in:
Jakub Vrana
2025-03-11 12:21:07 +01:00
parent d410cdc5be
commit 5d3376e620
4 changed files with 31 additions and 5 deletions

View File

@@ -661,7 +661,6 @@ ORDER BY conkey, conname") as $row
function truncate_tables($tables) {
return queries("TRUNCATE " . implode(", ", array_map('Adminer\table', $tables)));
return true;
}
function drop_views($views) {