]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/surfbar_functions.php
Non-existing columns cannot be dropped (now this scenario is safely detected and...
[mailer.git] / inc / libs / surfbar_functions.php
index 340347e418f3b86ff91a1348ba6af06e82501bbe..ee7784102cf1f5a471f5600e0336f7ca158c3ac5 100644 (file)
@@ -952,7 +952,7 @@ function SURFBAR_GENERATE_VALIDATION_CODE ($urlId, $salt = '') {
        $GLOBALS['surfbar_cache']['salt'] = 'INVALID';
 
        // Get code length from config
-       $length = getConfig('code_length');
+       $length = getCodeLength();
 
        // Fix length to 10
        if ($length == '0') $length = 10;