mirror of
https://github.com/vrana/adminer.git
synced 2026-01-01 21:30:39 +01:00
Always return array from table_status()
This commit is contained in:
@@ -1051,7 +1051,7 @@ class Adminer {
|
||||
}
|
||||
|
||||
/** Set up syntax highlight for code and <textarea>
|
||||
* @param array[] result of table_status()
|
||||
* @param array[] result of table_status('', true)
|
||||
*/
|
||||
function syntaxHighlighting($tables) {
|
||||
global $connection;
|
||||
|
||||
Reference in New Issue
Block a user