Changeset 208 for branches/new-search-20050223/cgi-bin/search.cgi
- Timestamp:
- 03/22/05 15:00:35 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new-search-20050223/cgi-bin/search.cgi
r207 r208 49 49 if ($webvar{stype} eq 'q') { 50 50 # Quick search. 51 print "Quick Search <zip>\n";52 51 53 52 if (!$webvar{input}) { … … 98 97 # We actually construct a monster SQL statement for all criteria. 99 98 # 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. 100 101 101 102 # Columns actually returned. Slightly better than hardcoding it
Note:
See TracChangeset
for help on using the changeset viewer.