The branch, master has been updated via 8078441519952d5853f322feabf0aefb2d75606f (commit) from d5dede3530258c661f398282677f8733e7ab80eb (commit)
- Log ----------------------------------------------------------------- commit 8078441519952d5853f322feabf0aefb2d75606f Author: Dieter Adriaenssens ruleant@users.sourceforge.net Date: Fri Dec 30 19:53:11 2011 +0100
typo
-----------------------------------------------------------------------
Summary of changes: export.php | 2 +- libraries/export/codegen.php | 12 ++++++------ libraries/export/csv.php | 12 ++++++------ libraries/export/htmlword.php | 14 +++++++------- libraries/export/json.php | 12 ++++++------ libraries/export/latex.php | 14 +++++++------- libraries/export/mediawiki.php | 12 ++++++------ libraries/export/ods.php | 12 ++++++------ libraries/export/odt.php | 14 +++++++------- libraries/export/pdf.php | 12 ++++++------ libraries/export/php_array.php | 12 ++++++------ libraries/export/sql.php | 16 ++++++++-------- libraries/export/texytext.php | 14 +++++++------- libraries/export/xml.php | 12 ++++++------ libraries/export/yaml.php | 12 ++++++------ 15 files changed, 91 insertions(+), 91 deletions(-)
diff --git a/export.php b/export.php index d91c0eb..9ed0d87 100644 --- a/export.php +++ b/export.php @@ -130,7 +130,7 @@ $time_start = time(); * $dump_buffer, otherwise it prints thems out. * * @param string $line the insert statement - * @return bool Whether output suceeded + * @return bool Whether output succeeded */ function PMA_exportOutputHandler($line) { diff --git a/libraries/export/codegen.php b/libraries/export/codegen.php index 0108442..40111ff 100644 --- a/libraries/export/codegen.php +++ b/libraries/export/codegen.php @@ -49,7 +49,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -61,7 +61,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -74,7 +74,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -87,7 +87,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -100,7 +100,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -117,7 +117,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/csv.php b/libraries/export/csv.php index 7410767..15eb09f 100644 --- a/libraries/export/csv.php +++ b/libraries/export/csv.php @@ -38,7 +38,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -49,7 +49,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -97,7 +97,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -109,7 +109,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -121,7 +121,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -137,7 +137,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/htmlword.php b/libraries/export/htmlword.php index e14ecc9..104165e 100644 --- a/libraries/export/htmlword.php +++ b/libraries/export/htmlword.php @@ -37,7 +37,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -48,7 +48,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -70,7 +70,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -82,7 +82,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -94,7 +94,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -110,7 +110,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -184,7 +184,7 @@ if (isset($plugin_list)) { * @param bool $dates whether to include creation/update/check dates * @param string $export_mode 'create_table', 'triggers', 'create_view', 'stand_in' * @param string $export_type 'server', 'database', 'table' - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/json.php b/libraries/export/json.php index cca82b9..313742c 100644 --- a/libraries/export/json.php +++ b/libraries/export/json.php @@ -37,7 +37,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -49,7 +49,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -68,7 +68,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -82,7 +82,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -95,7 +95,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -112,7 +112,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/latex.php b/libraries/export/latex.php index 2792644..5963974 100644 --- a/libraries/export/latex.php +++ b/libraries/export/latex.php @@ -104,7 +104,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -116,7 +116,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -145,7 +145,7 @@ if (isset($plugin_list)) { * * @param string $db Database name * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -163,7 +163,7 @@ if (isset($plugin_list)) { * * @param string $db Database name * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -177,7 +177,7 @@ if (isset($plugin_list)) { * * @param string $db Database name * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -195,7 +195,7 @@ if (isset($plugin_list)) { * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -326,7 +326,7 @@ if (isset($plugin_list)) { * @param string $export_mode 'create_table', 'triggers', 'create_view', 'stand_in' * @param string $export_type 'server', 'database', 'table' * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/mediawiki.php b/libraries/export/mediawiki.php index 41af34b..752f196 100644 --- a/libraries/export/mediawiki.php +++ b/libraries/export/mediawiki.php @@ -27,7 +27,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -38,7 +38,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -50,7 +50,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -62,7 +62,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -74,7 +74,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -90,7 +90,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/ods.php b/libraries/export/ods.php index 868edf3..1ee1fb7 100644 --- a/libraries/export/ods.php +++ b/libraries/export/ods.php @@ -36,7 +36,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -53,7 +53,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -103,7 +103,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -115,7 +115,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -127,7 +127,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -143,7 +143,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/odt.php b/libraries/export/odt.php index 7ee3ef7..d6f6936 100644 --- a/libraries/export/odt.php +++ b/libraries/export/odt.php @@ -68,7 +68,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -86,7 +86,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -104,7 +104,7 @@ if (isset($plugin_list)) { * * @param string $db Database name * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -120,7 +120,7 @@ if (isset($plugin_list)) { * * @param string $db Database name * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -134,7 +134,7 @@ if (isset($plugin_list)) { * * @param string $db Database name * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -152,7 +152,7 @@ if (isset($plugin_list)) { * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -236,7 +236,7 @@ if (isset($plugin_list)) { * @param string $export_mode 'create_table', 'triggers', 'create_view', 'stand_in' * @param string $export_type 'server', 'database', 'table' * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/pdf.php b/libraries/export/pdf.php index 5f603e6..cd09706 100644 --- a/libraries/export/pdf.php +++ b/libraries/export/pdf.php @@ -348,7 +348,7 @@ if (isset($plugin_list)) { /** * Finalize the pdf. * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -367,7 +367,7 @@ if (isset($plugin_list)) { /** * Initialize the pdf to export data. * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -390,7 +390,7 @@ if (isset($plugin_list)) { * * @param string $db Database name * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -404,7 +404,7 @@ if (isset($plugin_list)) { * * @param string $db Database name * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -418,7 +418,7 @@ if (isset($plugin_list)) { * * @param string $db Database name * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -436,7 +436,7 @@ if (isset($plugin_list)) { * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/php_array.php b/libraries/export/php_array.php index 7716d98..e40145d 100644 --- a/libraries/export/php_array.php +++ b/libraries/export/php_array.php @@ -37,7 +37,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -49,7 +49,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -69,7 +69,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -83,7 +83,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -96,7 +96,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -113,7 +113,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/sql.php b/libraries/export/sql.php index 21a9eec..ace8129 100644 --- a/libraries/export/sql.php +++ b/libraries/export/sql.php @@ -318,7 +318,7 @@ if (isset($plugin_list)) { * Exports routines (procedures and functions) * * @param string $db - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -418,7 +418,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -457,7 +457,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -551,7 +551,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -592,7 +592,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -608,7 +608,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -1002,7 +1002,7 @@ if (isset($plugin_list)) { * @param bool $dates whether to include creation/update/check dates * @param string $export_mode 'create_table', 'triggers', 'create_view', 'stand_in' * @param string $export_type 'server', 'database', 'table' - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -1071,7 +1071,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/texytext.php b/libraries/export/texytext.php index 151b123..ba8e05f 100644 --- a/libraries/export/texytext.php +++ b/libraries/export/texytext.php @@ -35,7 +35,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -46,7 +46,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -58,7 +58,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -70,7 +70,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -82,7 +82,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -98,7 +98,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -166,7 +166,7 @@ if (isset($plugin_list)) { * @param bool $dates whether to include creation/update/check dates * @param string $export_mode 'create_table', 'triggers', 'create_view', 'stand_in' * @param string $export_type 'server', 'database', 'table' - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/xml.php b/libraries/export/xml.php index 056dbca..ac46918 100644 --- a/libraries/export/xml.php +++ b/libraries/export/xml.php @@ -85,7 +85,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -99,7 +99,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -279,7 +279,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -303,7 +303,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -322,7 +322,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -339,7 +339,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ diff --git a/libraries/export/yaml.php b/libraries/export/yaml.php index 6fda141..8c4695a 100644 --- a/libraries/export/yaml.php +++ b/libraries/export/yaml.php @@ -38,7 +38,7 @@ if (isset($plugin_list)) { /** * Outputs export footer * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -51,7 +51,7 @@ if (isset($plugin_list)) { /** * Outputs export header * - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -65,7 +65,7 @@ if (isset($plugin_list)) { * Outputs database header * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -78,7 +78,7 @@ if (isset($plugin_list)) { * Outputs database footer * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -91,7 +91,7 @@ if (isset($plugin_list)) { * Outputs CREATE DATABASE statement * * @param string $db Database name - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */ @@ -108,7 +108,7 @@ if (isset($plugin_list)) { * @param string $crlf the end of line sequence * @param string $error_url the url to go back in case of error * @param string $sql_query SQL query for obtaining data - * @return bool Whether it suceeded + * @return bool Whether it succeeded * * @access public */
hooks/post-receive