more in naming convention applied, you should better kill inc/cache/*.cache files...
[mailer.git] / inc / extensions / ext-newsletter.php
index 60b6942014d33d788d3522aa775e342b564fffc1..47153f507334ea1be9df33e7f8e7fec1e6f34eb3 100644 (file)
@@ -150,10 +150,10 @@ case "update": // Update an extension
        break;
 
 default: // Do stuff when extension is loaded
-       $DUMMY = LOAD_CONFIG("0");
-       $_CONFIG['nl_charge']   = $DUMMY['nl_charge'];   // Charge for your members to switch off the newsletter
-       $_CONFIG['nl_month']    = $DUMMY['nl_month'];    // Last month of check interval
-       unset($DUMMY);
+       $dummy = LOAD_CONFIG();
+       $_CONFIG['nl_charge']   = $dummy['nl_charge'];   // Charge for your members to switch off the newsletter
+       $_CONFIG['nl_month']    = $dummy['nl_month'];    // Last month of check interval
+       unset($dummy);
 
        // URL ends which are used to indentify the end of an URL or email link
        // Don't use these chars in links... ;-)