]> git.mxchange.org Git - mailer.git/blobdiff - inc/referral-functions.php
Some more fixes, added empty what-forced_textlink.php stub
[mailer.git] / inc / referral-functions.php
index 26700a53061e710b70659489379f8742bb51b0d5..4774f9f7858a9e564d2f7b2924794d85d2be4854 100644 (file)
@@ -856,7 +856,7 @@ function determineReferralId () {
                //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Using default refid (' . getDefRefid() . ')');
                setReferralId(getDefRefid());
        } else {
-               // No default id when sql_patches is not installed or none set
+               // No default id when ext-sql_patches is not installed or none set
                //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Using NULL as refid');
                setReferralId(NULL);
        }