diff --git a/ChangeLog b/ChangeLog index cdcbfc831..d37823194 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ $Source$ * libraries/common.lib.php: bug #1544734, error messages link outdated, thanks to René Leonhardt * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik. + * libraries/tbl_properties.inc.php: bug #1543996, wrong link for message, + thanks to GerardW 2006-08-24 Marc Delisle ### 2.9.0-beta1 released from QA_2_9 diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index 4e934d3ef..91629ab70 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -109,7 +109,7 @@ $header_cells = array(); $content_cells = array(); $header_cells[] = $strField; -$header_cells[] = $strType . ($GLOBALS['cfg']['ReplaceHelpImg'] ? PMA_showMySQLDocu('SQL-Syntax', 'Column_types') : '
' . PMA_showMySQLDocu('SQL-Syntax', 'Column_types') . ''); +$header_cells[] = $strType . ($GLOBALS['cfg']['ReplaceHelpImg'] ? PMA_showMySQLDocu('SQL-Syntax', 'data-types') : '
' . PMA_showMySQLDocu('SQL-Syntax', 'data-types') . ''); $header_cells[] = $strLengthSet . '1'; if (PMA_MYSQL_INT_VERSION >= 40100) { $header_cells[] = $strCollation;