X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Fuser_functions.php;h=3ec514966f6ff123e7f7c1a8fb69b7d646449efc;hb=c5a4b89497cf1430b387b43e0c7808ef6dac0acd;hp=f00c096841e82d32954662a3293af96aef08a770;hpb=d6834211baacaa54b282898fe54dc8c1511f046b;p=mailer.git diff --git a/inc/libs/user_functions.php b/inc/libs/user_functions.php index f00c096841..3ec514966f 100644 --- a/inc/libs/user_functions.php +++ b/inc/libs/user_functions.php @@ -257,7 +257,7 @@ function SELECT_RANDOM_REFID () { list($refid) = SQL_FETCHROW($result); // Reset this user's counter - SQL_QUERY_ESC("UPDATE `"._MYSQL_PREFIX."_iser_data` SET `rand_confirmed`=0 WHERE userid=%s LIMIT 1", + SQL_QUERY_ESC("UPDATE `"._MYSQL_PREFIX."_user_data` SET `rand_confirmed`=0 WHERE userid=%s LIMIT 1", array($refid), __FILE__, __LINE__); } // END - if