Lock reason now saved in DB, deleted accounts shall be locked for re-registering...
[mailer.git] / inc / modules / admin / what-add_points.php
index a193055a5aca5ed84144132cbfcde50c0d18c011..e77b3f24fe9f6cc5f891650604d8ac4cdd03c6ca 100644 (file)
@@ -110,7 +110,7 @@ if ($_GET['u_id'] == "all") {
                } else {
                        // Opps, missing form here
                        define('__USER_VALUE', "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$sname." ".$fname."</A>");
-                       define('__UID_VALUE', $_GET['u_id']);
+                       define('__UID'       , bigintval($_GET['u_id']));
                        LOAD_TEMPLATE("admin_add_points");
                }
        } else {