Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / libs / removeip_functions.php
index 8e908dad35e10905448736d5a1d616e25da283bc..23d393492f63fb986a6178a172b78bbd344d20c9 100644 (file)
@@ -104,7 +104,7 @@ function getAnonymousReferer ($referer) {
 // Adds informations about anonymity/privacy to the menu
 function addAnonymityLevel () {
        // "Base-privacy" is by default low (we add more later)
-       $anonymity = 0;
+       $anonymity = '0';
 
        // Is some data anonymized?
        if (getConfig('removeip_anon_ip')   == 'Y') $anonymity++;