diff --git a/db_structure.php b/db_structure.php index 03a31be1b..d81af5d53 100644 --- a/db_structure.php +++ b/db_structure.php @@ -501,7 +501,7 @@ echo ' ' . "\n"; echo ' ' . "\n"; -echo ' ' . "\n"; if (!$db_is_information_schema) { diff --git a/libraries/mult_submits.inc.php b/libraries/mult_submits.inc.php index e566576d4..14cd9579a 100644 --- a/libraries/mult_submits.inc.php +++ b/libraries/mult_submits.inc.php @@ -24,7 +24,7 @@ if (! empty($submit_mult) $what = 'drop_db'; } elseif (isset($selected_tbl) && !empty($selected_tbl)) { // coming from database structure view - do something with selected tables - if ($submit_mult == __('Print view')) { + if ($submit_mult == 'print') { require './tbl_printview.php'; } else { $selected = $selected_tbl;