bug #1543996 wrong link to doc
This commit is contained in:
@@ -10,6 +10,8 @@ $Source$
|
|||||||
* libraries/common.lib.php: bug #1544734, error messages link outdated,
|
* libraries/common.lib.php: bug #1544734, error messages link outdated,
|
||||||
thanks to René Leonhardt
|
thanks to René Leonhardt
|
||||||
* lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
|
* 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>
|
2006-08-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
### 2.9.0-beta1 released from QA_2_9
|
### 2.9.0-beta1 released from QA_2_9
|
||||||
|
@@ -109,7 +109,7 @@ $header_cells = array();
|
|||||||
$content_cells = array();
|
$content_cells = array();
|
||||||
|
|
||||||
$header_cells[] = $strField;
|
$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>';
|
$header_cells[] = $strLengthSet . '<sup>1</sup>';
|
||||||
if (PMA_MYSQL_INT_VERSION >= 40100) {
|
if (PMA_MYSQL_INT_VERSION >= 40100) {
|
||||||
$header_cells[] = $strCollation;
|
$header_cells[] = $strCollation;
|
||||||
|
Reference in New Issue
Block a user