From c10eb1bf5b9fe6aa00583b43c5eadcacad24da98 Mon Sep 17 00:00:00 2001 From: Mike Beck Date: Fri, 6 Dec 2002 16:11:48 +0000 Subject: [PATCH] changed columnwidths. --- db_datadict.php3 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 ' ' . "\n"; } if ($cfgRelation['commwork']) { echo ' ' . "\n"; @@ -239,15 +239,15 @@ while ($row = mysql_fetch_array($rowset)) { } ?> - + - - + + '; + echo '
' . $strLinksTo . '' . $strComments . '>>      '; if (isset($res_rel[$field_name])) { echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field']); }