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:
@@ -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