"Adi Fairbank" <[EMAIL PROTECTED]> wrote:

> No I tried that (sorry I should have said so).  I think:
> 
> <Perl>
> $Location{"blah"} = {
>   require => ["group payer_manager", "payer_group demo"]
> };
> </Perl>
> 
> is equivalent to:
> 
> <Location "blah">
>   require group payer_manager payer_group demo
> </Location>
> 
> but I'm not sure.  

i belive it is.  in fact, i didn't realize specifing two require coditions (one group 
and one user) worked on *separate* lines :)

something like:

$Location{"blah"} = {
  require => "group payer_manager, payer_group demo"
};

should do the trick.

-dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to