From: Nick C. <ni...@cl...> - 2002-09-21 15:42:57
|
On Sat, Sep 21, 2002 at 04:30:24PM +0100, Nick Cleaton wrote: > > > > <INPUT TYPE="hidden" NAME="sort" VALUE="order:lastname, > > firstname,email,address, etc.... > > > > All the values are returned but not the email address!....is it not > > supposed to? > > If you want to include email in the sort order, you need to add > it to the list in the @config_include configuration variable: > > @config_include = qw(email); This is happening a lot, and it occurs to me that the @config_include array is redundant. We could treat all config inputs as if they were in @config_include, since that only has any effect if those variables are mentioned in sort=order:..., which will only happen if the user wants to include the config input. Maybe only if $emulate_matts_code is 0 though. -- Nick |