1
Hello!
I try to recover a value recorded in the table xoops_config.
This value is configured with the installation of my module.
It is quite present in the table.
Only, when I call upon this variable, I do not have any value.
Here the code:
$CFG->moodle4xoops_check = $xoopsModuleConfig['moodle4xoops_in_xoops'];
If i try this, i have no return :
echo 'Check : '.$xoopsModuleConfig['moodle4xoops_in_xoops'];
Why ???