[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
SQL Searches and va=var=value problems...
Originally I posted about SQL Searches not properly implementing the
va=var=value feature in Minivend 3.14-x ... I patched my version to fix this
and have since received numerous requests for details about what I
changed... Instead of reply to them individually, I'll post the changes
here:
|user@host Vend|$ diff Scan.pm ../../../minivend-3.14-3/lib/Vend/Scan.pm
839,841c839,841
< # elsif (defined $c->{mv_searchtype} and $c->{mv_searchtype} eq 'sql')
{
< # return sql_search($c, \%options, undef, $delay);
< # }
---
> elsif (defined $c->{mv_searchtype} and $c->{mv_searchtype} eq 'sql')
{
> return sql_search($c, \%options, undef, $delay);
> }
873,878d872
<
< # --> Added: <jcarnahan@networq.com> - 19990918
< if (defined $c->{mv_searchtype} and $c->{mv_searchtype} eq 'sql') {
< return sql_search($c, \%options, undef, $delay);
< }
< # --> END.
|user@host Vend|$
Scan.pm is the version I've updated, minivend-3.14-3/lib/Vend/Scan.pm is the
version distributed in the source of Minivend 3.14-3 ... Running this
through patch should help those of you experiencing problems...
--
Warmest Regards...
__________________________________________________________________
Jeff Carnahan CTO Networq, Inc.
http://www.networq.com/ jcarnahan@networq.com
__________________________________________________________________