Inconsistency between echo and print() fixed to OUTPUT_HTML() (not all)
[mailer.git] / inc / mysql-connect.php
index a31a7879a771721428e0be637e964fa6a8854d27..ba583c1cc1202bcac266ba2692f7814ed66d6b60 100644 (file)
@@ -176,7 +176,7 @@ if ((!isInstalling()) && (isInstalled())) {
                                // Is the extension sql_patches installed and at least 0.3.6?
                                if (GET_EXT_VERSION('sql_patches') >= '0.3.6') {
                                        // Generate random number
-                                       define('RAND_NUMBER', generateRandomCode(10, mt_rand(10000,32766), getUserId(), ''));
+                                       define('RAND_NUMBER', generateRandomCode(10, mt_rand(10000, 32766), getUserId(), ''));
                                } else {
                                        // Generate weak (!!!) code
                                        define('RAND_NUMBER', mt_rand(1000000, 9999999));