[phpMyAdmin] Disabled the warning for missing internal database relation

Robert Scheck robert at fedoraproject.org
Tue Jul 26 18:43:07 UTC 2011


commit 75c2e567427bf578938f24d740eacff06a81aa7e
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Tue Jul 26 20:42:52 2011 +0200

    Disabled the warning for missing internal database relation

 phpMyAdmin-config.inc.php |    5 +++++
 phpMyAdmin.spec           |    5 ++++-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/phpMyAdmin-config.inc.php b/phpMyAdmin-config.inc.php
index 9a49706..40dbc26 100644
--- a/phpMyAdmin-config.inc.php
+++ b/phpMyAdmin-config.inc.php
@@ -103,4 +103,9 @@ $cfg['Servers'][$i]['bs_temp_log_threshold']        // Blobstreaming: Recommente
 $cfg['UploadDir'] = '/var/lib/phpMyAdmin/upload';
 $cfg['SaveDir']   = '/var/lib/phpMyAdmin/save';
 
+/*
+ * Disable the default warning that is displayed on the DB Details Structure
+ * page if any of the required Tables for the relation features is not found
+ */
+$cfg['PmaNoRelation_DisableWarning'] = TRUE;
 ?>
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec
index ffb0d1f..55f0ad1 100644
--- a/phpMyAdmin.spec
+++ b/phpMyAdmin.spec
@@ -1,7 +1,7 @@
 Summary:	Handle the administration of MySQL over the World Wide Web
 Name:		phpMyAdmin
 Version:	3.4.3.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Applications/Internet
 URL:		http://www.phpmyadmin.net/
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %attr(0755,apache,apache) %{_localstatedir}/lib/%{name}/config
 
 %changelog
+* Tue Jul 26 2011 Robert Scheck <robert at fedoraproject.org> 3.4.3.2-2
+- Disabled the warning for missing internal database relation
+
 * Mon Jul 25 2011 Robert Scheck <robert at fedoraproject.org> 3.4.3.2-1
 - Upgrade to 3.4.3.2 (#725377, #725381, #725382, #725383, #725384)
 


More information about the scm-commits mailing list