]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/refback_functions.php
Fix for surfbar if no account has depleted points
[mailer.git] / inc / libs / refback_functions.php
index 0df8e050848cb37214521ec64f3b0e1ce20868fa..83aa8a9e3621b54ff20e26bc8ea6cf4db0690b8a 100644 (file)
@@ -267,7 +267,7 @@ function GET_USER_REFS ($uid, $level) {
        $ADD = "";
        $refs = array();
 
-       // Do we have nickname installed?
+       // Do we have nickname extension installed?
        if (EXT_IS_ACTIVE("nickname")) {
                $ADD = ", d.nickname";
        } // END - if