diff --git a/db_operations.php b/db_operations.php index 6f67fea7d..de6c3d6d6 100644 --- a/db_operations.php +++ b/db_operations.php @@ -399,13 +399,7 @@ if (!$is_information_schema) { } // end if (!$is_information_schema) -// not sure about leaving the PDF dialog for information_schema -if ($num_tables > 0 && strlen($table)) { - $takeaway = $url_query . '&table=' . urlencode($table); -} else { - $takeaway = ''; -} - +// not sure about displaying the PDF dialog in case db is information_schema if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?> @@ -483,20 +477,12 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?> - - '; + if ($cfg['PropertiesIconic']) { + echo ''; + } + echo $strEditPDFPages . ''; } // end if /**