diff --git a/db_datadict.php3 b/db_datadict.php3 index e89fe43a7..5e14fde8c 100644 --- a/db_datadict.php3 +++ b/db_datadict.php3 @@ -166,15 +166,15 @@ while ($row = mysql_fetch_array($rowset)) {
- | + | - | - | + | + | ' . $strLinksTo . '' . "\n"; + echo ' | ' . $strLinksTo . ' | ' . "\n"; } if ($cfgRelation['commwork']) { echo '' . $strComments . ' | ' . "\n"; @@ -239,15 +239,15 @@ while ($row = mysql_fetch_array($rowset)) { } ?> -> | +> | -- | + | + | '; + echo ' | '; if (isset($res_rel[$field_name])) { echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field']); } |
---|