Remove obsolete variables from basket.pl
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 18 May 2010 16:34:34 +0000 (17:34 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 24 May 2010 18:55:44 +0000 (06:55 +1200)
commit04a832c81cb140cabe1eca36cb3e97975e377bf6
tree6008dce64cce7f2341a73e1721b7eba039e8e8e6
parent8a8358b1790885ad5c83802d7add06d3eb410ce2
Remove obsolete variables from basket.pl

basket.pl calculates variables i, odd and count which are
no longer used in the template
removing them allows some simplification of the main loop
and cuts out on an extra db call
Loop through basketgroups also made more readable
Try to dimish the number of undef warnings filling the logs

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
acqui/basket.pl