From bcb341575a0bf58f4a4414143f83a3ed4771ad1e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 11 Aug 2007 12:35:12 +0000 Subject: [PATCH] bug #1771239 Edit PDF Pages not working --- db_operations.php | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) 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 /**