A lot naming conventions applied, TODOs.txt updated
[mailer.git] / inc / libs / task_functions.php
index 1ac3596bd77dc5a92b2c03d82cc3c802e50ba6c5..1e5e0ec4be1c2d4e5df50f7d83da1b663bde266e 100644 (file)
@@ -270,7 +270,7 @@ ORDER BY
                // Check for accounts without referal
                addSql("SELECT `userid` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE `refid`=0 ORDER BY `userid` ASC");
                $DESCRs[] = '{--ADMIN_TASK_LIST_ACCOUNT_NOREF--}';
-               $TITLEs[] = '{--ADMIN_TASK_LIST_ACCOUNT_NOREF_TITLE--}';
+               $TITLEs[] = '{--ADMIN_TASK_LIST_ACCOUNT_NOREFERAL_TITLE--}';
                $WHATs[]  = 'list_user&mode=norefs';
        }