]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_autopurge.php
Large code cleanups:
[mailer.git] / inc / modules / admin / what-list_autopurge.php
index 485ffb45d3cad090b70e3f1a42bd04574bc442f6..a3126637473e7780cc0e2e0e669c611d9b61c617 100644 (file)
@@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addYouAreHereLink('admin', __FILE__);
 
-// Exclude default referal id if set
+// Exclude default referral id if set
 // @TODO Rewrite those lines to filter
 $EXCLUDE_LIST = '';
 if (isValidUserId(getDefRefid()))              $EXCLUDE_LIST .= ' AND d.userid != {?def_refid?}';