Bug 9455: Remove unnecessary quoting from sql
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 23 Jan 2013 10:31:31 +0000 (10:31 +0000)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Feb 2013 13:23:13 +0000 (08:23 -0500)
commit1dabb45a5004e577259cc757d192a019c55d12e9
tree9b08e03b4a5190357926f1eabfedf90cf685e515
parente0df9b5e599271b9032041b865b471b4d4495436
Bug 9455: Remove unnecessary quoting from sql

Wa've removed the mysql specific back quotes from sql files
But this case remained of them embedded in an sql string
Also removed the unnecessary call to finish
and temporary variable in the subroutine return

Testing: Functionality should remain unchanged. Retrieval of
basketgroups in acquisitions should not be affected

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Works according to test instructions: Basketgroups
functionality appears to work normally.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Checked SQL produces the same results as before and did some
tests on the basket group functionality.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Acquisition.pm