enable Relation view for InnoDB even if the internal infrastructure is not available

This commit is contained in:
Marc Delisle
2004-06-17 11:13:14 +00:00
parent 13a9f1460c
commit 1142f3cbed
2 changed files with 95 additions and 80 deletions

View File

@@ -450,7 +450,10 @@ if ($cfg['PropertiesIconic']) {
?></a>&nbsp;&nbsp;
<?php
if ($cfg['Server']['relation']) {
// if internal relations are available, or the table type is INNODB
// ($tbl_type comes from tbl_properties_table_info.php)
if ($cfg['Server']['relation'] || $tbl_type=="INNODB") {
?>
<!-- Work on Relations -->
<a href="tbl_relation.php?<?php echo $url_query; ?>"><?php