Correctly remember showing of fields

This commit is contained in:
Michal Čihař 2013-01-03 14:28:52 +01:00
parent aa010110ee
commit aad6318b53

View File

@ -280,6 +280,8 @@ class PMA_User_Schema
if (! isset($_POST['with_field_names']) && ! isset($_POST['showwysiwyg'])) {
$with_field_names = true;
} elseif (isset($_POST['with_field_names'])) {
$with_field_names = true;
}
$this->_displayScratchboardTables($array_sh_page);