Fix duped display of 'Comments'-field.

This commit is contained in:
Garvin Hicking
2003-02-25 11:23:13 +00:00
parent ea5b1b7634
commit c5b0968844
2 changed files with 4 additions and 7 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-02-25 Garvin Hicking <me@supergarv.de>
* tbl_properties.inc.php3: Fixed duped display of comments due to
merging diff conflict.
2003-02-24 Alexander M. Turek <rabus@users.sourceforge.net>
* common.lib.php3: Backwards compatibility.

View File

@@ -43,13 +43,6 @@ require('./libraries/relation.lib.php3');
require('./libraries/transformations.lib.php3');
$cfgRelation = PMA_getRelationsParam();
$comments_map = array();
if ($cfgRelation['commwork']) {
$comments_map = PMA_getComments($db, $table);
echo '<th>' . $strComments . '</th>';
}
$comments_map = array();
$mime_map = array();
$available_mime = array();