Bug 5230: Call number ranges in export don't give expected results.
authorD Ruth Bavousett <ruth@bywatersolutions.com>
Fri, 11 Feb 2011 01:22:27 +0000 (20:22 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 13 Feb 2011 20:32:47 +0000 (09:32 +1300)
commit050466ce2bfbb06108c32ca388a7acca3dca2e4c
treebbe7c91d5eb44e3bade65409402f36e01dc32623
parent0dedbfba5a1467cdea7f350c1ce1a1ff125655af
Bug 5230: Call number ranges in export don't give expected results.

If you entered low number and high number, you got only items that *exactly* matched either entry (if any).
If you enter only a low number, you got everying *lower* than that.
If you enter only a high number, you get everything *higher* than that.

This was a greater-than-less-than problem.

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
tools/export.pl