Menu

#167 Duplicate user list in group table

v4.4
closed-fixed
nobody
None
5
2014-03-08
2014-03-07
Stefan
No

There is a bug in 4.5.RC1 where the group table lists all users belonging to a group twice.
This can be fixed by removing the (debug?) statement

echo implode("; ", $linklist);

from lib/types/group.inc line 349.

Discussion

  • Stefan

    Stefan - 2014-03-07

    Apparently, my first fix was the wrong approach.
    The correct fix might be to change the if-statement in line 352 to be an 'else if'.
    Otherwise both the first if block and the else block at the bottom get executed.

     
  • Roland Gruber

    Roland Gruber - 2014-03-08
    • status: open --> closed-fixed
     
  • Roland Gruber

    Roland Gruber - 2014-03-08

    Hi Stefan,

    thanks a lot for your report and even more for your analysis. You are right, there must be an "elseif".

    This is now fixed and will be included in 4.5.

    Best regards

    Roland