From: Marcin Krol Date: Wed, 11 Feb 2015 08:52:24 +0000 (+0000) Subject: - typo in config patch, fixes problem with throwing on screen error X-Git-Url: https://git.tld-linux.org/?p=packages%2FphpMyAdmin.git;a=commitdiff_plain;h=607c18dfda284e03db30b79f5e04503d879fd9b0 - typo in config patch, fixes problem with throwing on screen error while browsing tables, later versions are affected due to code change --- diff --git a/phpMyAdmin-config.patch b/phpMyAdmin-config.patch index 7e8e4a6..8a9328f 100644 --- a/phpMyAdmin-config.patch +++ b/phpMyAdmin-config.patch @@ -81,7 +81,7 @@ * @global string $cfg['GridEditing'] */ -$cfg['GridEditing'] ='double-click'; -+$cfg['GridEditing'] ='disable'; ++$cfg['GridEditing'] ='disabled'; /******************************************************************************* diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 018ea81..ba34751 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -5,7 +5,7 @@ Summary: phpMyAdmin - web-based MySQL administration Summary(pl.UTF-8): phpMyAdmin - administracja bazami MySQL przez WWW Name: phpMyAdmin Version: 4.3.9 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/Databases/Interfaces Source0: http://downloads.sourceforge.net/phpmyadmin/%{name}-%{version}-all-languages.tar.xz