Remove obsolete variables from basket.pl
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 18 May 2010 16:34:34 +0000 (17:34 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Mon, 24 May 2010 14:23:16 +0000 (10:23 -0400)
commitd6649d8831cc2b29bb675d7b1c12c9e8ab5cb1ea
tree84861cdba0a8e8ee5157efaa8e152e705a2bfbf9
parent5be6dc422bcc9474b131868d473da51971e7e3c0
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