more in naming convention applied, you should better kill inc/cache/*.cache files...
[mailer.git] / inc / extensions / ext-other.php
index c3b1848ec79a81b09f9b05cefb6584511f45682e..019523e693680d288869180622311fad2f09db43 100644 (file)
@@ -178,11 +178,11 @@ case "update": // Update an extension
        break;
 
 default: // Do stuff when extension is loaded
-       $DUMMY = LOAD_CONFIG("0");
-       $_CONFIG['max_comma']  = $DUMMY['max_comma'];  // Maximum numbers behind commata
-       $_CONFIG['reject_url'] = $DUMMY['reject_url']; // Default rejection URL
-       define('__CURRENCY', $DUMMY['currency']);     // This is the currency for fees! They shall normally remain in real money currencies...
-       unset($DUMMY);
+       $dummy = LOAD_CONFIG();
+       $_CONFIG['max_comma']  = $dummy['max_comma'];  // Maximum numbers behind commata
+       $_CONFIG['reject_url'] = $dummy['reject_url']; // Default rejection URL
+       define('__CURRENCY', $dummy['currency']);     // This is the currency for fees! They shall normally remain in real money currencies...
+       unset($dummy);
        break;
 }
 // Language file prefix