diff options
author | Baker Linden <baker@lindenlab.com> | 2013-10-09 17:03:24 -0700 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2013-10-09 17:03:24 -0700 |
commit | 427a33d6108ada1c8ca2e046b87b5d035b0ac877 (patch) | |
tree | f8e840f97869df92db318881def69023aa1085b7 /indra/newview/llgroupmgr.cpp | |
parent | 25ead22777ff418671ad76eb754f4a199ac766d1 (diff) |
[GroupBan] Minor fixes / Code review
Reviewer: Richard Linden
- Minor fixes from code review
- Continue stubbing out ban_reason, or implement it (depending on how quickly
I can do it, though stubbing out ban_reason will be sufficient, which it is now)
- Fixed an issue where a ban list string in the actions tab wasn't showing up
properly
Diffstat (limited to 'indra/newview/llgroupmgr.cpp')
-rwxr-xr-x | indra/newview/llgroupmgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llgroupmgr.cpp b/indra/newview/llgroupmgr.cpp index f5cf025875..1e5c43dcdf 100755 --- a/indra/newview/llgroupmgr.cpp +++ b/indra/newview/llgroupmgr.cpp @@ -1957,6 +1957,7 @@ void LLGroupMgr::processGroupBanRequest(const LLSD& content) if(ban_entry.has("ban_date")) { ban_data.mBanDate = ban_entry["ban_date"].asDate(); + // TODO: Ban Reason } gdatap->createBanEntry(ban_id, ban_data); |