mirror of
https://github.com/vrana/adminer.git
synced 2026-03-02 10:31:36 +01: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