Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8db35275c0
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user