Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: DracoBlue on October 09, 2007, 03:26:51 PM

Title: [FIX] Add as Additional-MemberGroup Issue
Post by: DracoBlue on October 09, 2007, 03:26:51 PM
Hello,

when adding $_POST['additional'] to my template at MemberGroups.template.php I noticed, that there is a broken line in SubsMembers.php.

In line 551 it shouldn't say:
CONCAT(additionalGroups, '$group')))

It should be instead:
CONCAT(additionalGroups, '$group'))

Am not sure if thats also in the 2.0 Beta 1, but I got this problem since 1.1 release.

Kind regards,
  Jan (DracoBlue)
Title: Re: [FIX] Add as Additional-MemberGroup Issue
Post by: SleePy on October 09, 2007, 05:21:18 PM
Looks to be so.
I have added it to the bug tracker.
For team reference its bug 976.