Koha/basket
Colin Campbell a9010530a3 Bug 5105 - Remove use of depreciated Switch module
Use of switch generates errors in perl 12 and above
Replaced uses of the Switch module by if- else constructs
Removed some mixed space+tab indentation around these where
it generated visual confusion

As of perl 10 you can use given/when constructs but this is not
supported in earlier perls.
2010-11-11 11:32:02 +13:00
..
basket.pl Fix for Bug 4532, Use include file for bibliodefaultview logic 2010-06-23 22:54:54 -04:00
downloadcart.pl Bug 5105 - Remove use of depreciated Switch module 2010-11-11 11:32:02 +13:00
sendbasket.pl