bug #1834368 Referential integrity check breaks page look

This commit is contained in:
Marc Delisle
2007-11-22 17:54:26 +00:00
parent cbbb4acf85
commit da6fee5243
3 changed files with 7 additions and 8 deletions

View File

@@ -538,8 +538,10 @@ if ($cfgRelation['relwork'] && $tbl_type != "INNODB") {
if ($foreign) {
?>
<!-- Referential integrity check -->
<div id="div_referential_integrity">
<fieldset>
<legend><?php echo $strReferentialIntegrity; ?></legend>
<ul>
<?php echo $strReferentialIntegrity; ?><br />
<?php
echo "\n";
foreach ($foreign AS $master => $arr) {
@@ -571,6 +573,8 @@ if ($cfgRelation['relwork'] && $tbl_type != "INNODB") {
unset($foreign_table, $join_query);
?>
</ul>
</fieldset>
</div>
<?php
} // end if ($foreign)