diff -r d807dcd7aed7 -r a8891e108c95 includes/pageutils.php --- a/includes/pageutils.php Sun Aug 26 16:48:15 2007 -0400 +++ b/includes/pageutils.php Sun Aug 26 20:45:33 2007 -0400 @@ -1943,11 +1943,25 @@ { echo ''; } + // page group selector + $groupsel = ''; + if ( count($response['page_groups']) > 0 ) + { + $groupsel = '
+ '; + } + echo '' . $template->username_field('data[target_id_user]') . '
What should this access rule control?
+ ' . $groupsel . '