mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Hide import in information_schema
This commit is contained in:
@@ -339,7 +339,7 @@ username.form['auth[driver]'].onchange();
|
||||
* @return bool whether to print default import
|
||||
*/
|
||||
function selectImportPrint() {
|
||||
return true;
|
||||
return !information_schema(DB);
|
||||
}
|
||||
|
||||
/** Print extra text in the end of a select form
|
||||
|
Reference in New Issue
Block a user