Since 5.211.65-5: cdr twice in db

Hi,

Since 5.211.65-5 update, cdr records are pushed twice in the mysql DB.

Any help is welcome !
André.

More info (both writers are needed ?):
cat /etc/asterisk/cdr_adaptive_odbc.conf
[asteriskcdrdb]
connection=asteriskcdrdb
loguniqueid=yes
table=cdr
alias start => calldate

cat /etc/asterisk/cdr_mysql.conf
[global]
hostname = localhost
dbname=asteriskcdrdb

added the following in modules.conf
noload => cdr_mysql.so

seems ok now (after a restart)

Today I made a clean installation from FreePBX Distro, after upgrade to 5.211.65.6 CDR is empty

cat /etc/asterisk/cdr_adaptive_odbc.conf
[asteriskcdrdb]
connection=asteriskcdrdb
loguniqueid=yes
table=cdr
alias start => calldate

cat /etc/asterisk/cdr_mysql.conf
[global]
hostname = localhost
dbname=asteriskcdrdb
password = gYnNosxx… ( no my password, unknown for me)
user = freepbxuser
userfield=1
;port=3306
;sock=/tmp/mysql.sock

module.conf has already noload => cdr_mysql.so