From: Roland Häder Date: Wed, 13 Jul 2011 11:01:18 +0000 (+0000) Subject: Old column name fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=84e6346fe5b287dc13e39ba71a0104da4297c21a;p=mailer.git Old column name fixed --- diff --git a/inc/libs/refback_functions.php b/inc/libs/refback_functions.php index fce722d012..d769bd08f0 100644 --- a/inc/libs/refback_functions.php +++ b/inc/libs/refback_functions.php @@ -312,7 +312,7 @@ function updateMemberRefbackPercents ($id, $percents) { $percents = convertCommaToDot($percents); // Update entry - SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_refs` SET `refback`='%s' WHERE `id`=%s AND `userid`=%s LIMIT 1", + SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_refs` SET `refback_percents`='%s' WHERE `id`=%s AND `userid`=%s LIMIT 1", array( $percents, $id,