From 02af4bcf4c93082557f0cfc1451e4bc393fdcdb5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 21 Jul 2012 12:58:24 -0400 Subject: [PATCH] Could not delete a relational schema page --- libraries/schema/User_Schema.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/schema/User_Schema.class.php b/libraries/schema/User_Schema.class.php index e66645b970..d285836f75 100644 --- a/libraries/schema/User_Schema.class.php +++ b/libraries/schema/User_Schema.class.php @@ -57,13 +57,13 @@ class PMA_User_Schema */ public function processUserChoice() { - global $action_choose, $db, $cfgRelation; + global $db, $cfgRelation; if (isset($this->action)) { switch ($this->action) { case 'selectpage': $this->chosenPage = $_REQUEST['chpage']; - if ($action_choose=="1") { + if ('1' == $_REQUEST['action_choose']) { $this->deleteCoordinates( $db, $cfgRelation,