Lock reason now saved in DB, deleted accounts shall be locked for re-registering...
[mailer.git] / inc / modules / admin / what-sub_points.php
index d962bc943c2cb7d108408d5b20aba45b6663877a..26731b6a5e39999e2237881ab1466618db0119c6 100644 (file)
@@ -123,7 +123,7 @@ if ($_GET['u_id'] == "all")
                {
                        // 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_sub_points");
                }
        }