Lines 350-359
if ( $template_type eq 'advsearch' ) {
Link Here
|
350 |
|
350 |
|
351 |
### OK, if we're this far, we're performing a search, not just loading the advanced search page |
351 |
### OK, if we're this far, we're performing a search, not just loading the advanced search page |
352 |
|
352 |
|
353 |
# Fetch the paramater list as a hash in scalar context: |
353 |
# Fetch the parameter list as a hash in scalar context: |
354 |
# * returns paramater list as tied hash ref |
354 |
# * returns parameter list as tied hash ref |
355 |
# * we can edit the values by changing the key |
355 |
# * we can edit the values by changing the key |
356 |
# * multivalued CGI paramaters are returned as a packaged string separated by "\0" (null) |
356 |
# * multivalued CGI parameters are returned as a packaged string separated by "\0" (null) |
357 |
my $params = $cgi->Vars; |
357 |
my $params = $cgi->Vars; |
358 |
# Params that can have more than one value |
358 |
# Params that can have more than one value |
359 |
# sort by is used to sort the query |
359 |
# sort by is used to sort the query |