public_html/admin/group.php
branchHEAD
changeset 7437 37aac60623c4
parent 7413 5db714583481
child 7569 71d23a6a8f11
     1.1 --- a/public_html/admin/group.php	Sat Oct 31 16:46:46 2009 +0100
     1.2 +++ b/public_html/admin/group.php	Wed Nov 04 13:00:40 2009 +0100
     1.3 @@ -1083,8 +1083,8 @@
     1.4          $features = $_POST['features'];
     1.5      }
     1.6      $groups = array();
     1.7 -    if (isset($_POST[$_TABLES['groups']])) {
     1.8 -        $groups = $_POST[$_TABLES['groups']];
     1.9 +    if (isset($_POST['groups'])) {
    1.10 +        $groups = $_POST['groups'];
    1.11      }
    1.12      $display .= savegroup(COM_applyFilter($_POST['grp_id'], true),
    1.13                            COM_applyFilter($_POST['grp_name']),