enable Relation view for InnoDB even if the internal infrastructure is not available
This commit is contained in:
@@ -450,7 +450,10 @@ if ($cfg['PropertiesIconic']) {
|
||||
?></a>
|
||||
|
||||
<?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
|
||||
|
Reference in New Issue
Block a user