Fix duped display of 'Comments'-field.
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2003-02-24 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* common.lib.php3: Backwards compatibility.
|
* common.lib.php3: Backwards compatibility.
|
||||||
|
|
||||||
|
@@ -43,13 +43,6 @@ require('./libraries/relation.lib.php3');
|
|||||||
require('./libraries/transformations.lib.php3');
|
require('./libraries/transformations.lib.php3');
|
||||||
$cfgRelation = PMA_getRelationsParam();
|
$cfgRelation = PMA_getRelationsParam();
|
||||||
|
|
||||||
$comments_map = array();
|
|
||||||
|
|
||||||
if ($cfgRelation['commwork']) {
|
|
||||||
$comments_map = PMA_getComments($db, $table);
|
|
||||||
echo '<th>' . $strComments . '</th>';
|
|
||||||
}
|
|
||||||
|
|
||||||
$comments_map = array();
|
$comments_map = array();
|
||||||
$mime_map = array();
|
$mime_map = array();
|
||||||
$available_mime = array();
|
$available_mime = array();
|
||||||
|
Reference in New Issue
Block a user