Index: trunk/admin/install/upgrades/readme_1_1_1.txt =================================================================== diff -u -r2084 -r2125 --- trunk/admin/install/upgrades/readme_1_1_1.txt (.../readme_1_1_1.txt) (revision 2084) +++ trunk/admin/install/upgrades/readme_1_1_1.txt (.../readme_1_1_1.txt) (revision 2125) @@ -2,4 +2,5 @@ 0006247 - Added group "Everyone". Every logged-in user is placed there too 0006646 - Removed dynamic data from configs 0008125 - Added Unique key on StylesheetId and SelectorName in StylesheetSelectors table -0008131 - Group membership expiration ability added to user \ No newline at end of file +0008131 - Group membership expiration ability added to user +0008131 - Admin -> Groups -> Group Edit (with no users in it) -> Users List -> SQL Error. Fixed \ No newline at end of file Index: trunk/admin/users/addgroup_users.php =================================================================== diff -u -r1606 -r2125 --- trunk/admin/users/addgroup_users.php (.../addgroup_users.php) (revision 1606) +++ trunk/admin/users/addgroup_users.php (.../addgroup_users.php) (revision 2125) @@ -213,7 +213,7 @@ $GroupUsers = $c->GetUserList(true); -if(count($GroupUsers)>0) +if($GroupUsers) { $list = implode(",",$GroupUsers); $where = "u.PortalUserId IN ($list) ";