How can I know who is using a specific module?

Re: How can I know who is using a specific module?

by José Andrés del Campo -
Number of replies: 0
I've solved the problem.

The table associated to my module had not the course field so moodle couldn't count how many instances was with the next command:

"$count = count_records_select("$module->name",'course<>0');"

(directorymoodle/admin/modules.php)