I have no prefix in my moodle database:
$CFG->prefix = '';

Therefore, how can I put "nothing" in that field since that field is mandatory.

Thanks,

Comments

agerson’s picture

Status: Active » Needs work

Try changing line line 160 in moodle_courselist.module to

    '#required' => false,
agerson’s picture

Priority: Major » Normal
Status: Needs work » Needs review
agerson’s picture

Version: 6.x-1.2 » 6.x-1.3
Status: Needs review » Fixed
agerson’s picture

Status: Fixed » Closed (fixed)