The 4.7 ref manual says on page 46:

A comma-separated list of flag names as field 25

But the code says:
        $client->set('ClientHook', $self->file_substitution($row[25]))
            if defined $row[25]; # Make sure it gets compiled

and:

        # Contributed by "Tony B" <to...@go-concepts.com>
        # Last row can be a comma separated list of flag names
        map $client->{$_}++, split(/,/, $row[25]);

Is the 25th field the ClientHook or something else?
Whatfor are those 'flags'?

--
Alexander Hartmaier <alexander.hartma...@t-systems.at>
T-Systems Austria GesmbH



*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
T-Systems Austria GesmbH   Rennweg 97-99, 1030 Wien
Handelsgericht Wien, FN 79340b
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
Notice: This e-mail contains information that is confidential and may be 
privileged.
If you are not the intended recipient, please notify the sender and then
delete this e-mail immediately.
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
_______________________________________________
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator

Reply via email to