mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Always return array from table_status()
This commit is contained in:
@@ -260,7 +260,7 @@ abstract class SqlDriver {
|
||||
}
|
||||
|
||||
/** Check whether table supports indexes
|
||||
* @param array result of table_status()
|
||||
* @param array result of table_status1()
|
||||
* @return bool
|
||||
*/
|
||||
function supportsIndex($table_status) {
|
||||
|
Reference in New Issue
Block a user