1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 09:04:02 +02:00

Hide import in information_schema

This commit is contained in:
Jakub Vrana
2012-08-29 10:08:18 -07:00
parent eb9bd30621
commit b9eb811e66

View File

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