X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpool-update.php;h=bc5ea6fd70f24a4611bac1df906d3e5e2b634650;hb=53b5edd1ee2b126087000ff842ac7bd0feea8814;hp=baa7f89c3e94d8ea72878a35ed156caf51b35df7;hpb=a9a5edafa0c323a7f33d14e0cef9629c940896ff;p=mailer.git diff --git a/inc/pool-update.php b/inc/pool-update.php index baa7f89c3e..bc5ea6fd70 100644 --- a/inc/pool-update.php +++ b/inc/pool-update.php @@ -270,7 +270,7 @@ if (SQL_NUMROWS($result_main) > 0) if ($uid > 0) { // User does not exists, pay points back $points = GET_PAY_POINTS($DATA[5]); - ADD_POINTS_REFSYSTEM($DATA[1], $points, false, "0", false, "direct"); + ADD_POINTS_REFSYSTEM("pool_payback", $DATA[1], $points, false, "0", false, "direct"); // Add points together and remove user $points_BACK[$DATA[1]] += $points;