A lot more nice improvements!
[mailer.git] / inc / modules / admin / what-add_points.php
index 87ed2594efd9109fe1109b7ace618f59ef8fb668..f514b885cdee17f65e6ffebc4523d5000e16493f 100644 (file)
@@ -65,7 +65,7 @@ if ($_GET['u_id'] == "all") {
                                        unset($DEPTH);
 
                                        // Ok, add points and send an email to him...
-                                       ADD_POINTS_REFSYSTEM($uid, bigintval($_POST['points']), false, "0", false, "direct");
+                                       ADD_POINTS_REFSYSTEM("admin_all", $uid, bigintval($_POST['points']), false, "0", false, "direct");
 
                                        // Prepare content
                                        $content = array(
@@ -106,7 +106,7 @@ if ($_GET['u_id'] == "all") {
                        unset($DEPTH);
 
                        // Ok, add points and send an email to him...
-                       ADD_POINTS_REFSYSTEM(bigintval($_GET['u_id']), bigintval($_POST['points']), false, "0", false, "direct");
+                       ADD_POINTS_REFSYSTEM("admin_single", bigintval($_GET['u_id']), bigintval($_POST['points']), false, "0", false, "direct");
 
                        // Prepare content
                        $content = array(