On Fri, Jul 24, 2009 at 1:40 PM, Dipen
<dipench@gmail.com> wrote:
Hi sivaji,
Whats your implementation of hook_access?
There is no hook_access. I just tried to write a hook_access which simply return TRUE on all the case, still its not working.
What all permissions you have defined for importing quiz items?
function questions_import_perm() {
return array('import_questions');
}
Is your complete code available somewhere online?