Hi,

I am using the conference module and for some reason the "Reviewer" column for the username keeps repeating too many times.

See screenshot attached.

Does anyone know how I can stop it from repeating the array?

Thanks you

Cec

CommentFileSizeAuthor
coferenceArrayrepeats.gif225.3 KBceci123

Comments

lovedrupal6’s picture

Adding $r_users = NULL; at around line 1157 after $r_user = NULL; in conference.module file resolves this issue.

For further details, see this comment

nedavh’s picture

thank you its work