Lock reason now saved in DB, deleted accounts shall be locked for re-registering...
[mailer.git] / inc / modules / admin / what-list_links.php
index 2fd651fd1fd67007b80b73d27ea0f3e18fb16432..7da4f58d3c93464eb65fc1555d45c5f0a5f647f4 100644 (file)
@@ -145,7 +145,7 @@ if (!empty($_GET['u_id'])) {
                                define('__EMAIL_VALUE', "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$email."</A>");
                                define('__EMAIL_LIST' , $OUT);
                                define('__NUMS_VALUE' , $nums);
-                               define('__UID_VALUE'  , $_GET['u_id']);
+                               define('__UID'        , bigintval($_GET['u_id']));
 
                                // Load final template
                                LOAD_TEMPLATE("admin_list_links");