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
| Comment | File | Size | Author |
|---|---|---|---|
| coferenceArrayrepeats.gif | 225.3 KB | ceci123 |
Comments
Comment #1
lovedrupal6 commentedAdding
$r_users = NULL;at around line 1157 after$r_user = NULL;in conference.module file resolves this issue.For further details, see this comment
Comment #2
nedavh commentedthank you its work