Hi Helge,
mea culpa - forgot to update the docs after the last module changes. To
simplify the param encoding, I replaced numbers with words :
modparam("uac","from_restore_mode","auto")
modparam("uac","from_restore_mode","manual")
modparam("uac","from_restore_mode","none")
so, go for
modparam("uac","from_restore_mode","auto")
regards,
bogdan
Helge Waastad wrote:
Hi,
I was just wondering if the
modparam("uac","from_restore_mode","1")
is supposed to work in the current cvs?