' . "\n"; } echo '
' . $strLinksTo . '' . "\n"; } if ($cfgRelation['commwork']) { echo ' | ' . $strComments . ' | ' . "\n"; } if ($cfgRelation['mimework']) { echo 'MIME | ' . "\n"; } ?>|||
---|---|---|---|---|---|
' . $field_name . ' ' . "\n"; } else { echo ' ' . $field_name . ' ' . "\n"; } ?> | > | '; if (isset($res_rel[$field_name])) { echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field']); } echo ' ' . "\n"; } if ($cfgRelation['commwork']) { echo ' | '; if (isset($comments[$field_name])) { echo htmlspecialchars($comments[$field_name]); } echo ' | ' . "\n"; } if ($cfgRelation['mimework']) { $mime_map = PMA_getMIME($db, $table, true); echo ''; if (isset($mime_map[$field_name])) { echo htmlspecialchars(str_replace('_', '/', $mime_map[$field_name]['mimetype'])); } echo ' | ' . "\n"; } ?>