From 4a46a33282f052b327179c3ca66a3981e6ab0f28 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 26 Aug 2006 14:12:22 +0000 Subject: [PATCH] bug #1543996 wrong link to doc --- ChangeLog | 2 ++ libraries/tbl_properties.inc.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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;