X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fsponsor%2Faccount.php;h=1371cc619e8959f0f2c60eebbf8e767238656dc7;hb=8202991f32bfb2056e94a11746c0b5308fe4a273;hp=71d578866c79ab4d9753f53684895184154325f0;hpb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;p=mailer.git diff --git a/inc/modules/sponsor/account.php b/inc/modules/sponsor/account.php index 71d578866c..1371cc619e 100644 --- a/inc/modules/sponsor/account.php +++ b/inc/modules/sponsor/account.php @@ -97,7 +97,7 @@ if (SQL_NUMROWS($result) == 1) { // Check if we want to change password or not if ((postRequestElement('pass1') == postRequestElement('pass2')) && (isPostRequestElementSet('pass1')) && (postRequestElement('pass1') != postRequestElement('pass_old'))) { // Change current password - $PASS_AND = ", `password`='%s'"; + $PASS_AND = ",`password`='%s'"; $PASS_DATA = md5(postRequestElement('pass1')); } // END - if