Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-09 22:06:43 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-11 17:03:59 +0400
commit7a9569f6b5ae1d528f312746a4333aae873901ab (patch)
treed883bd1f7426a24a7e34fa2feb6f8ef7c9019247 /chk_rel.php
parent90e96a736a17e9dac06883a0d70b7bae2f9f5ddc (diff)
RFE#1123: Zeroconf PMA tables support.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'chk_rel.php')
-rw-r--r--chk_rel.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/chk_rel.php b/chk_rel.php
index 915e8b24b4..e7879a52c5 100644
--- a/chk_rel.php
+++ b/chk_rel.php
@@ -7,6 +7,12 @@
*/
require_once 'libraries/common.inc.php';
+
+// If request for fixing PMA tables.
+if (isset($_REQUEST['fix_pmadb'])) {
+ PMA_fixPMATables($GLOBALS['db']);
+}
+
$response = PMA_Response::getInstance();
$response->addHTML(
PMA_getRelationsParamDiagnostic(PMA_getRelationsParam())