From 1a96a3159dfc68413d90834b3eb10b90ab3896f7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 14 Aug 2006 11:28:11 +0000 Subject: [PATCH] more complete check before showing Relation View --- ChangeLog | 4 ++++ tbl_properties_structure.php | 15 +++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8c2398315..f7e1a0d1ef 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-08-14 Marc Delisle + * tbl_properties_structure.php: more complete check before showing + Relation View + 2006-08-13 Marc Delisle * libraries/display_tbl.lib.php: bug #1519799, imagelink error * tbl_select.php: feature #1520222, calendar in Search diff --git a/tbl_properties_structure.php b/tbl_properties_structure.php index 589c71584c..0144816d72 100644 --- a/tbl_properties_structure.php +++ b/tbl_properties_structure.php @@ -4,6 +4,13 @@ require_once './libraries/common.lib.php'; require_once './libraries/mysql_charsets.lib.php'; +require_once './libraries/relation.lib.php'; + +/** + * Gets the relation settings + */ +$cfgRelation = PMA_getRelationsParam(); + /** * Drop multiple fields if required @@ -531,11 +538,11 @@ echo $strPrintView; ?>