diff --git a/ChangeLog b/ChangeLog index 091099a2f..c29a3fce9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,10 @@ $Source$ * Documentation.html, config.default.php, libraries/common.lib.php: Link documentation to version we run (RFE #1334292), fix links for chapter documentation (bug #1341676), drop support for old links. + * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php, + libraries/display_create_database.lib.php, + libraries/sql_query_form.lib.php: Fix documentation links (bug + #1341676). 2005-10-29 Olivier Mueller * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely), diff --git a/libraries/display_create_database.lib.php b/libraries/display_create_database.lib.php index c75472eb7..faa2b4618 100644 --- a/libraries/display_create_database.lib.php +++ b/libraries/display_create_database.lib.php @@ -10,7 +10,7 @@ if ($is_create_db_priv) { // The user is allowed to create a db ?>
-
+
@@ -26,7 +26,7 @@ if ($is_create_db_priv) { } else { ?> -
+
' . ($cfg['ErrorIconic'] ? '' : '') diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php index 31883718b..5d148c789 100644 --- a/libraries/sql_query_form.lib.php +++ b/libraries/sql_query_form.lib.php @@ -259,7 +259,7 @@ function PMA_sqlQueryFormInsert( $query = '', $is_querywindow = false ) { $GLOBALS['cfg']['DefaultQueryTable'] ) ) ); } } - $legend .= ': ' . PMA_showMySQLDocu( 'Reference', 'SELECT' ); + $legend .= ': ' . PMA_showMySQLDocu( 'SQL-Syntax', 'SELECT' ); if ( count( $fields_list ) ) { $sqlquerycontainer_id = 'sqlquerycontainer'; diff --git a/tbl_indexes.php b/tbl_indexes.php index 7ef684ad5..ee93b409b 100644 --- a/tbl_indexes.php +++ b/tbl_indexes.php @@ -283,7 +283,7 @@ else if (!defined('PMA_IDX_INCLUDED') } // end for ?> - + diff --git a/tbl_properties.inc.php b/tbl_properties.inc.php index 14c749eca..c83fcd82a 100644 --- a/tbl_properties.inc.php +++ b/tbl_properties.inc.php @@ -111,7 +111,7 @@ $header_cells = array(); $content_cells = array(); $header_cells[] = $strField; -$header_cells[] = $strType . ($GLOBALS['cfg']['ReplaceHelpImg'] ? PMA_showMySQLDocu('Reference', 'Column_types') : '
' . PMA_showMySQLDocu('Reference', 'Column_types') . ''); +$header_cells[] = $strType . ($GLOBALS['cfg']['ReplaceHelpImg'] ? PMA_showMySQLDocu('SQL-Syntax', 'Column_types') : '
' . PMA_showMySQLDocu('SQL-Syntax', 'Column_types') . ''); $header_cells[] = $strLengthSet; if (PMA_MYSQL_INT_VERSION >= 40100) { $header_cells[] = $strCollation; @@ -720,4 +720,4 @@ if ($cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME'])
-
+
diff --git a/tbl_select.php b/tbl_select.php index bd926054e..a7f24f0d5 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -199,7 +199,7 @@ function PMA_tbl_select_operator(f, index, multiple) { - +