Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2006-11-23 20:25:57 +0300
committerMarc Delisle <marc@infomarc.info>2006-11-23 20:25:57 +0300
commit19a5d15d30bebaf3e39602babc33c149078d9cbf (patch)
treeb1a6d1558a6e446be0bab3550c7e0ce2ac5e5025 /pmd_pdf.php
parent84ce8d7017fabeaddbad079b4c9de2f94d4be4ba (diff)
remove unneeded calls, and very if internal relations are enabled before trying to create one
Diffstat (limited to 'pmd_pdf.php')
-rw-r--r--pmd_pdf.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pmd_pdf.php b/pmd_pdf.php
index 1444277aaa..0c27015c62 100644
--- a/pmd_pdf.php
+++ b/pmd_pdf.php
@@ -13,7 +13,6 @@ if (isset($scale)) {
if (empty($pdf_page_number)) {
die("<script>alert('Pages not found!');history.go(-2);</script>");
}
- $cfgRelation = PMA_getRelationsParam();
$pmd_table = PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($GLOBALS['cfgRelation']['designer_coords']);
$pma_table = PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']);