2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixed bug: Cannot update password

This commit is contained in:
Adam Zammit
2017-05-16 11:46:32 +10:00
parent 7144d2abb2
commit 59300537f9

View File

@@ -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']))
{