diff --git a/ChangeLog b/ChangeLog index b73d849d3..77f89a884 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-12-08 Marc Delisle + * scripts/setup.php: Typos + 2005-12-08 Michal Čihař * tbl_change.php: Fix XHTML and thus action selection behavior (bug #1376391). diff --git a/scripts/setup.php b/scripts/setup.php index 25488643a..4c44e2485 100644 --- a/scripts/setup.php +++ b/scripts/setup.php @@ -371,6 +371,7 @@ function get_url_action($url, $title, $params = array()) { */ function footer() { echo ''; + echo ''; exit; } @@ -497,7 +498,7 @@ function get_cfg_string($cfg) { } /** - * Comresses server configuration to be indexed from 0 and contain no gaps + * Compresses server configuration to be indexed from 0 and contain no gaps * * @param array configuration * @@ -717,16 +718,16 @@ function show_security_form($defaults = array()) { @@ -751,7 +752,7 @@ function show_manual_form($defaults = array()) { array('Base URL of MySQL documentation', 'MySQLManualBase', 'Where is MySQL documentation placed, this is usually top level directory.'), ), 'Configure MySQL manual links', - 'If you have local copy of MySQL documentation, you might want to use it in documentation links. Othervise use viewable type and http://dev.mysql.com/doc/refman as manual base URL.', + 'If you have local copy of MySQL documentation, you might want to use it in documentation links. Otherwise use viewable type and http://dev.mysql.com/doc/refman as manual base URL.', $defaults); ?> @@ -779,7 +780,7 @@ function show_charset_form($defaults = array()) { array('Extra params for iconv', 'IconvExtraParams', 'Iconv can get some extra parameters for conversion see man iconv_open.'), ), 'Configure charset conversions', - 'phpMyAdmin can preform charset conversions so that you can import and export in any charset you want.', + 'phpMyAdmin can perform charset conversions so that you can import and export in any charset you want.', $defaults); ?> @@ -825,7 +826,7 @@ function show_relation_form($defaults = array()) { get('PDFPageSizes')), @@ -889,7 +890,7 @@ function show_server_form($defaults = array(), $number = FALSE) { show_config_form(array( array('Server hostname', 'host', 'Hostname where MySQL server is running'), array('Server port', 'port', 'Port on which MySQL server is listening, leave empty if don\'t know'), - array('Server socked', 'socket', 'Socket on which MySQL server is listening, leave empty if don\'t know'), + array('Server socket', 'socket', 'Socket on which MySQL server is listening, leave empty if don\'t know'), array('Connection type', 'connect_type', 'How to connect to server, keep tcp if don\'t know', array('tcp', 'socket')), array('PHP extension to use', 'extension', 'What PHP extension to use, use mysqli if supported', array('mysql', 'mysqli')), array('Compress connection', 'compress', 'Whether to compress connection to MySQL server', FALSE), @@ -1039,7 +1040,7 @@ function show_edit_form($defaults = array()) { $srv) { $data = array();