From 59300537f979da97d1715d37f6fbfcf116f549b6 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 16 May 2017 11:46:32 +1000 Subject: [PATCH] Fixed bug: Cannot update password --- admin/operatorlist.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/admin/operatorlist.php b/admin/operatorlist.php index a24d84f0..66b6cc77 100644 --- a/admin/operatorlist.php +++ b/admin/operatorlist.php @@ -72,11 +72,7 @@ if (isset($_POST['submit'])) SET users_name = " . $db->qstr($_POST['username']) . ", email = " . $db->qstr($_POST['email']) . ", full_name = " . $db->qstr($_POST['firstName']) . ", - superadmin = $superadmin, - create_survey = $superadmin, - configurator = $superadmin, - manage_template = $superadmin, - manage_label = $superadmin"; + superadmin = $superadmin"; if (!empty($_POST['password'])) {