[ic] ups_query.tag

Jon Jensen interchange-users@icdevgroup.org
Thu Jun 19 14:37:01 2003


On Thu, 19 Jun 2003, Bill Carr wrote:

> Should the ups_query.tag cache costs of 0? I say no because it was
> probably an error. UPS does not give anything away that I am aware of.
> 
> Suggestion: Change Line 113
> From:
> 	if($cache) {
> 
> To:
> 	if($cache && $shipping) {

I think that's a good idea. I've checked it in to CVS.

Jon