From 15bba05205a993a434645fb2338469465c72fffe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 24 Jul 2010 03:57:21 +0000 Subject: [PATCH] Should be fixed long time ago... :-( --- inc/modules/sponsor/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/modules/sponsor/settings.php b/inc/modules/sponsor/settings.php index 636697afcf..c87c0a6fab 100644 --- a/inc/modules/sponsor/settings.php +++ b/inc/modules/sponsor/settings.php @@ -78,7 +78,7 @@ if (SQL_NUMROWS($result) == 1) { $message = SPONSOR_NO_CURRENT_PASSWORD_ENTERED; } elseif (md5(postRequestParameter('password')) != getSession('sponsorpass')) { // Entered password didn't match password in DB - $message = SPONSOR_CURRENT_PASSWORD_DIDNOT_MATCH_DB; + $message = '{--SPONSOR_CURRENT_PASSWORD_DIDNOT_MATCH_DB--}'; } else { // Unsecure data which we don't want here $UNSAFE = array( -- 2.39.5