bug #1543996 wrong link to doc

This commit is contained in:
Marc Delisle
2006-08-26 14:12:22 +00:00
parent 6b8d9ce6d5
commit 4a46a33282
2 changed files with 3 additions and 1 deletions

View File

@@ -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 <lem9@users.sourceforge.net>
### 2.9.0-beta1 released from QA_2_9

View File

@@ -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') : '<br /><span style="font-weight: normal">' . PMA_showMySQLDocu('SQL-Syntax', 'Column_types') . '</span>');
$header_cells[] = $strType . ($GLOBALS['cfg']['ReplaceHelpImg'] ? PMA_showMySQLDocu('SQL-Syntax', 'data-types') : '<br /><span style="font-weight: normal">' . PMA_showMySQLDocu('SQL-Syntax', 'data-types') . '</span>');
$header_cells[] = $strLengthSet . '<sup>1</sup>';
if (PMA_MYSQL_INT_VERSION >= 40100) {
$header_cells[] = $strCollation;