]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Typo in function name fixed, double->single quotes, some HTML fixes
[mailer.git] / inc / functions.php
index 66614abbb7ad6e4637240e26f250ed785d8e29be..d16ffb7cfa72908a893362723b5561760d2f26ad 100644 (file)
@@ -1216,7 +1216,7 @@ function ADD_SELECTION ($type, $default, $prefix = '', $id = '0') {
 // Deprecated : $length
 // Optional   : $DATA
 //
-function generateRandomCodde ($length, $code, $uid, $DATA = '') {
+function generateRandomCode ($length, $code, $uid, $DATA = '') {
        // Fix missing _MAX constant
        // @TODO Rewrite this unnice code
        if (!defined('_MAX')) define('_MAX', 15235);