%doc> HTML form for access rights (special case of edit) %doc> <%args> $table $id => undef $select_id => undef $selected => undef $showheader => undef $dowindow => 0 $object_class => undef @object_id => undef $person => undef $contactlist => undef @access => undef $submit => undef %args => undef %args> <%init> my $DEBUG = 0; my $title = "$table " . $ui->table_descr_link($table, "[?]"); # Consolidate args variables foreach my $arg ( %args ){ $ARGS{$arg} = $args{$arg}; } print '%ARGS is
', Dumper(%ARGS), '