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