Hello community, here is the log from the commit of package phpMyAdmin for openSUSE:Factory checked in at 2013-03-17 10:07:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old) and /work/SRC/openSUSE:Factory/.phpMyAdmin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phpMyAdmin", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes 2013-02-05 11:19:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes 2013-03-17 10:07:34.000000000 +0100 @@ -1,0 +2,9 @@ +Fri Mar 15 19:51:32 UTC 2013 - [email protected] + +- update to 3.5.7.0 (2013-02-15) + * sf#3779 [core] Problem with backslash in enum fields + * sf#3816 Missing server_processlist.php + * sf#3821 Safari: white page + * Correct detection of the Chrome browser + +------------------------------------------------------------------- Old: ---- phpMyAdmin-3.5.6-all-languages.tar.bz2 New: ---- phpMyAdmin-3.5.7-all-languages.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ phpMyAdmin.spec ++++++ --- /var/tmp/diff_new_pack.nXdl1x/_old 2013-03-17 10:07:35.000000000 +0100 +++ /var/tmp/diff_new_pack.nXdl1x/_new 2013-03-17 10:07:35.000000000 +0100 @@ -34,7 +34,7 @@ Summary: Administration of MySQL over the web License: GPL-2.0+ Group: Productivity/Networking/Web/Frontends -Version: 3.5.6 +Version: 3.5.7 Release: 0 Url: http://www.phpMyAdmin.net Source0: %{name}-%{version}-all-languages.tar.bz2 ++++++ phpMyAdmin-3.5.6-all-languages.tar.bz2 -> phpMyAdmin-3.5.7-all-languages.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/ChangeLog new/phpMyAdmin-3.5.7-all-languages/ChangeLog --- old/phpMyAdmin-3.5.6-all-languages/ChangeLog 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/ChangeLog 2013-02-15 13:31:55.000000000 +0100 @@ -1,6 +1,12 @@ phpMyAdmin - ChangeLog ====================== +3.5.7.0 (2013-02-15) +- bug #3779 [core] Problem with backslash in enum fields +- bug #3816 Missing server_processlist.php +- bug #3821 Safari: white page +- Correct detection of the Chrome browser + 3.5.6.0 (2013-01-28) - bug #3593604 [status] Erroneous advisor rule - bug #3596070 [status] localStorage broken in server status monitor diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/Documentation.html new/phpMyAdmin-3.5.7-all-languages/Documentation.html --- old/phpMyAdmin-3.5.6-all-languages/Documentation.html 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/Documentation.html 2013-02-15 13:31:55.000000000 +0100 @@ -9,7 +9,7 @@ <link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>phpMyAdmin 3.5.6 - Documentation</title> + <title>phpMyAdmin 3.5.7 - Documentation</title> <link rel="stylesheet" type="text/css" href="docs.css" /> </head> @@ -17,7 +17,7 @@ <div id="header"> <h1> <a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a> - 3.5.6 + 3.5.7 Documentation </h1> </div> @@ -1776,8 +1776,7 @@ <dd>Defines the tab displayed by default on server view. Possible values: "main.php" (recommended for multi-user setups), "server_databases.php", "server_status.php", - "server_variables.php", "server_privileges.php" - or "server_processlist.php".</dd> + "server_variables.php" or "server_privileges.php".</dd> <dt id="cfg_DefaultTabDatabase">$cfg['DefaultTabDatabase'] string</dt> <dd>Defines the tab displayed by default on database view. Possible diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/Documentation.txt new/phpMyAdmin-3.5.7-all-languages/Documentation.txt --- old/phpMyAdmin-3.5.6-all-languages/Documentation.txt 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/Documentation.txt 2013-02-15 13:31:55.000000000 +0100 @@ -1,4 +1,4 @@ -phpMyAdmin 3.5.6 Documentation +phpMyAdmin 3.5.7 Documentation * Top * Requirements @@ -1240,8 +1240,7 @@ $cfg['DefaultTabServer'] string Defines the tab displayed by default on server view. Possible values: "main.php" (recommended for multi-user setups), "server_databases.php", - "server_status.php", "server_variables.php", "server_privileges.php" or - "server_processlist.php". + "server_status.php", "server_variables.php" or "server_privileges.php". $cfg['DefaultTabDatabase'] string Defines the tab displayed by default on database view. Possible values: "db_structure.php", "db_sql.php" or "db_search.php". diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/README new/phpMyAdmin-3.5.7-all-languages/README --- old/phpMyAdmin-3.5.6-all-languages/README 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/README 2013-02-15 13:31:55.000000000 +0100 @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 3.5.6 +Version 3.5.7 A set of PHP-scripts to manage MySQL over the web. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/RELEASE-DATE-3.5.6 new/phpMyAdmin-3.5.7-all-languages/RELEASE-DATE-3.5.6 --- old/phpMyAdmin-3.5.6-all-languages/RELEASE-DATE-3.5.6 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/RELEASE-DATE-3.5.6 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -Mon Jan 28 12:37:47 UTC 2013 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/RELEASE-DATE-3.5.7 new/phpMyAdmin-3.5.7-all-languages/RELEASE-DATE-3.5.7 --- old/phpMyAdmin-3.5.6-all-languages/RELEASE-DATE-3.5.7 1970-01-01 01:00:00.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/RELEASE-DATE-3.5.7 2013-02-15 13:31:55.000000000 +0100 @@ -0,0 +1 @@ +Fri Feb 15 12:28:57 UTC 2013 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/libraries/Config.class.php new/phpMyAdmin-3.5.7-all-languages/libraries/Config.class.php --- old/phpMyAdmin-3.5.6-all-languages/libraries/Config.class.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/libraries/Config.class.php 2013-02-15 13:31:55.000000000 +0100 @@ -98,7 +98,7 @@ */ function checkSystem() { - $this->set('PMA_VERSION', '3.5.6'); + $this->set('PMA_VERSION', '3.5.7'); /** * @deprecated */ @@ -208,6 +208,15 @@ )) { $this->set('PMA_USR_BROWSER_VER', $log_version[2]); $this->set('PMA_USR_BROWSER_AGENT', 'KONQUEROR'); + // must check Chrome before Safari + } elseif (preg_match( + '@Mozilla/([0-9].[0-9]{1,2})@', + $HTTP_USER_AGENT, + $log_version) + && preg_match('@Chrome/([0-9]*)@', $HTTP_USER_AGENT, $log_version2) + ) { + $this->set('PMA_USR_BROWSER_VER', $log_version[1] . '.' . $log_version2[1]); + $this->set('PMA_USR_BROWSER_AGENT', 'CHROME'); } elseif (preg_match( '@Mozilla/([0-9].[0-9]{1,2})@', $HTTP_USER_AGENT, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/libraries/common.inc.php new/phpMyAdmin-3.5.7-all-languages/libraries/common.inc.php --- old/phpMyAdmin-3.5.6-all-languages/libraries/common.inc.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/libraries/common.inc.php 2013-02-15 13:31:55.000000000 +0100 @@ -417,7 +417,6 @@ 'server_export.php', 'server_import.php', 'server_privileges.php', - 'server_processlist.php', 'server_sql.php', 'server_status.php', 'server_variables.php', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/libraries/common.lib.php new/phpMyAdmin-3.5.7-all-languages/libraries/common.lib.php --- old/phpMyAdmin-3.5.6-all-languages/libraries/common.lib.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/libraries/common.lib.php 2013-02-15 13:31:55.000000000 +0100 @@ -2927,57 +2927,7 @@ if ('enum' == $type || 'set' == $type) { // Define our working vars - $enum_set_values = array(); - $working = ""; - $in_string = false; - $index = 0; - - // While there is another character to process - while (isset($fieldspec[$index])) { - // Grab the char to look at - $char = $fieldspec[$index]; - - // If it is a single quote, needs to be handled specially - if ($char == "'") { - // If we are not currently in a string, begin one - if (! $in_string) { - $in_string = true; - $working = ""; - } else { - // Otherwise, it may be either an end of a string, - // or a 'double quote' which can be handled as-is - // Check out the next character (if possible) - $has_next = isset($fieldspec[$index + 1]); - $next = $has_next ? $fieldspec[$index + 1] : null; - - //If we have reached the end of our 'working' string (because - //there are no more chars,or the next char is not another quote) - if (! $has_next || $next != "'") { - $enum_set_values[] = $working; - $in_string = false; - - } elseif ($next == "'") { - // Otherwise, this is a 'double quote', - // and can be added to the working string - $working .= "'"; - // Skip the next char; we already know what it is - $index++; - } - } - } elseif ('\\' == $char - && isset($fieldspec[$index + 1]) - && "'" == $fieldspec[$index + 1] - ) { - // escaping of a quote? - $working .= "'"; - $index++; - } else { - // Otherwise, add it to our working string like normal - $working .= $char; - } - // Increment character index - $index++; - } // end while + $enum_set_values = PMA_parseEnumSetValues($fieldspec, false); $printtype = $type . '(' . str_replace("','", "', '", $spec_in_brackets) . ')'; $binary = false; $unsigned = false; @@ -3843,10 +3793,11 @@ * * @param string $definition The definition of the column * for which to parse the values + * @param bool $escapeHtml Whether to escape html entitites * * @return array */ -function PMA_parseEnumSetValues($definition) +function PMA_parseEnumSetValues($definition, $escapeHtml = true) { $values_string = htmlentities($definition); // There is a JS port of the below parser in functions.js @@ -3878,6 +3829,11 @@ // The leftovers in the buffer are the last value (if any) $values[] = $buffer; } + if (! $escapeHtml) { + foreach ($values as $key => $value) { + $values[$key] = html_entity_decode($value, ENT_QUOTES); + } + } return $values; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/libraries/config.default.php new/phpMyAdmin-3.5.7-all-languages/libraries/config.default.php --- old/phpMyAdmin-3.5.6-all-languages/libraries/config.default.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/libraries/config.default.php 2013-02-15 13:31:55.000000000 +0100 @@ -1139,7 +1139,6 @@ * 'server_status.php' = runtime information * 'server_variables.php' = MySQL server variables * 'server_privileges.php' = user management - * 'server_processlist.php' = process list * * @global string $cfg['DefaultTabServer'] */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/libraries/config.values.php new/phpMyAdmin-3.5.7-all-languages/libraries/config.values.php --- old/phpMyAdmin-3.5.6-all-languages/libraries/config.values.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/libraries/config.values.php 2013-02-15 13:31:55.000000000 +0100 @@ -54,8 +54,7 @@ 'server_databases.php', // list of databases 'server_status.php', // runtime information 'server_variables.php', // MySQL server variables - 'server_privileges.php', // user management - 'server_processlist.php'); // process list + 'server_privileges.php'); // user management $cfg_db['DefaultTabDatabase'] = array( 'db_structure.php', // tables list 'db_sql.php', // SQL form diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/libraries/header_http.inc.php new/phpMyAdmin-3.5.7-all-languages/libraries/header_http.inc.php --- old/phpMyAdmin-3.5.6-all-languages/libraries/header_http.inc.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/libraries/header_http.inc.php 2013-02-15 13:31:55.000000000 +0100 @@ -23,7 +23,11 @@ if (!$GLOBALS['cfg']['AllowThirdPartyFraming']) { header('X-Frame-Options: SAMEORIGIN'); header("X-Content-Security-Policy: allow 'self' ; options inline-script eval-script; frame-ancestors 'self'; img-src 'self' data:"); - header("X-WebKit-CSP: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'"); + if (PMA_USR_BROWSER_AGENT == 'SAFARI') { + header("X-WebKit-CSP: allow 'self'; options inline-script eval-script"); + } else { + header("X-WebKit-CSP: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'"); + } } PMA_no_cache_header(); if (!defined('IS_TRANSFORMATION_WRAPPER')) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/libraries/language_stats.inc.php new/phpMyAdmin-3.5.7-all-languages/libraries/language_stats.inc.php --- old/phpMyAdmin-3.5.6-all-languages/libraries/language_stats.inc.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/libraries/language_stats.inc.php 2013-02-15 13:31:55.000000000 +0100 @@ -25,7 +25,7 @@ 'fa' => 38, 'fi' => 74, 'fr' => 100, - 'gl' => 99, + 'gl' => 100, 'he' => 23, 'hi' => 61, 'hr' => 42, @@ -34,14 +34,14 @@ 'it' => 99, 'ja' => 99, 'ka' => 22, - 'ko' => 41, - 'lt' => 72, + 'ko' => 42, + 'lt' => 73, 'lv' => 25, 'mk' => 24, 'ml' => 2, 'mn' => 29, 'ms' => 13, - 'nb' => 76, + 'nb' => 77, 'nl' => 100, 'pl' => 99, 'pt_BR' => 98, @@ -62,11 +62,11 @@ 'tr' => 100, 'tt' => 24, 'ug' => 16, - 'uk' => 62, + 'uk' => 97, 'ur' => 28, 'uz@latin' => 53, 'uz' => 54, 'zh_CN' => 99, - 'zh_TW' => 84, + 'zh_TW' => 85, ); ?> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/libraries/schema/User_Schema.class.php new/phpMyAdmin-3.5.7-all-languages/libraries/schema/User_Schema.class.php --- old/phpMyAdmin-3.5.6-all-languages/libraries/schema/User_Schema.class.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/libraries/schema/User_Schema.class.php 2013-02-15 13:31:55.000000000 +0100 @@ -526,7 +526,7 @@ $reset_draginit .= ' document.edcoord.elements["c_table_' . $i . '[x]"].value = "2"' . "\n"; $reset_draginit .= ' document.edcoord.elements["c_table_' . $i . '[y]"].value = "' . (15 * $i) . '"' . "\n"; - echo '<div id="table_' . $i . '" class="pdflayout_table"><u>' . $temp_sh_page['table_name'] . '</u>'; + echo '<div id="table_' . $i . '" class="pdflayout_table"><u>' . htmlspecialchars($temp_sh_page['table_name']) . '</u>'; if (isset($with_field_names)) { $fields = PMA_DBI_get_columns($db, $temp_sh_page['table_name']); // if the table has been dropped from outside phpMyAdmin, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/libraries/server_links.inc.php new/phpMyAdmin-3.5.7-all-languages/libraries/server_links.inc.php --- old/phpMyAdmin-3.5.6-all-languages/libraries/server_links.inc.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/libraries/server_links.inc.php 2013-02-15 13:31:55.000000000 +0100 @@ -50,10 +50,6 @@ $tabs['status']['link'] = 'server_status.php'; $tabs['status']['text'] = __('Status'); - /*$tabs['process']['icon'] = 's_process.png'; - $tabs['process']['link'] = 'server_processlist.php'; - $tabs['process']['text'] = __('Processes');*/ - if ($is_superuser && !PMA_DRIZZLE) { $tabs['rights']['icon'] = 's_rights.png'; $tabs['rights']['link'] = 'server_privileges.php'; Files old/phpMyAdmin-3.5.6-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/ko/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/ko/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/ru/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/ru/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/uz/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/uz/LC_MESSAGES/phpmyadmin.mo differ Files old/phpMyAdmin-3.5.6-all-languages/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo and new/phpMyAdmin-3.5.7-all-languages/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/server_status.php new/phpMyAdmin-3.5.7-all-languages/server_status.php --- old/phpMyAdmin-3.5.6-all-languages/server_status.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/server_status.php 2013-02-15 13:31:55.000000000 +0100 @@ -637,8 +637,6 @@ PMA_generate_common_url(); $links['qcache']['doc'] = 'query_cache'; -//$links['threads'][__('Show processes')] -// = 'server_processlist.php?' . PMA_generate_common_url(); $links['threads']['doc'] = 'mysql_threads'; $links['key']['doc'] = 'myisam_key_cache'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phpMyAdmin-3.5.6-all-languages/tbl_change.php new/phpMyAdmin-3.5.7-all-languages/tbl_change.php --- old/phpMyAdmin-3.5.6-all-languages/tbl_change.php 2013-01-28 13:40:47.000000000 +0100 +++ new/phpMyAdmin-3.5.7-all-languages/tbl_change.php 2013-02-15 13:31:55.000000000 +0100 @@ -702,8 +702,6 @@ if (! isset($table_fields[$i]['values'])) { $table_fields[$i]['values'] = array(); foreach ($extracted_fieldspec['enum_set_values'] as $val) { - // Removes automatic MySQL escape format - $val = str_replace('\'\'', '\'', str_replace('\\\\', '\\', $val)); $table_fields[$i]['values'][] = array( 'plain' => $val, 'html' => htmlspecialchars($val), -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
