Typo in function name fixed, double->single quotes, some HTML fixes
[mailer.git] / inc / libs / surfbar_functions.php
index 3eecd87c8eae46c76ba60ae70c8ae968ef92c4f1..392978204e99cc39004bd018f2612d89b9a9240f 100644 (file)
@@ -969,7 +969,7 @@ function SURFBAR_GENERATE_VALIDATION_CODE ($urlId, $salt = '') {
                }
 
                // ... and now the validation code
-               $valCode = generateRandomCodde($length, sha1(SURFBAR_GET_SALT().':'.$urlId), getUserId());
+               $valCode = generateRandomCode($length, sha1(SURFBAR_GET_SALT().':'.$urlId), getUserId());
                //* DEBUG: */ DEBUG_LOG(__FUNCTION__, __LINE__, "valCode={$valCode}", false);
        } // END - while