Ignore:
Timestamp:
03/22/05 15:00:35 (19 years ago)
Author:
Kris Deugau
Message:

/branches/new-search-20050223

Final cleanup. This should be mergeable back to trunk "soon".
Cleanup includes:

-> Removing a little bit of leftover devel code in search.cgi
-> Expanding a little on docu-comments in search.cgi
-> Removing the viewBy() and queryResults() subs from main.cgi,

as well as the $webvar{action} check that ran the search there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new-search-20050223/cgi-bin/search.cgi

    r207 r208  
    4949if ($webvar{stype} eq 'q') {
    5050  # Quick search.
    51   print "Quick Search <zip>\n";
    5251
    5352  if (!$webvar{input}) {
     
    9897# We actually construct a monster SQL statement for all criteria.
    9998# Iff something has been entered, it will be used as a filter.
     99# Iff something has NOT been entered, we still include it but in
     100# such a way that it does not actually filter anything out.
    100101
    101102  # Columns actually returned.  Slightly better than hardcoding it
Note: See TracChangeset for help on using the changeset viewer.