mirror of
https://github.com/vrana/adminer.git
synced 2026-06-16 18:10:10 +02:00
Check more style
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user