From 3c63d0790962d4ac3f3bc70422fbf426b9a50156 Mon Sep 17 00:00:00 2001 From: Ryan Higgins Date: Thu, 27 Dec 2007 16:47:23 -0600 Subject: [PATCH] revert to sql in updateitem.pl Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- catalogue/updateitem.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalogue/updateitem.pl b/catalogue/updateitem.pl index cdd8d464f8..8beae002c1 100755 --- a/catalogue/updateitem.pl +++ b/catalogue/updateitem.pl @@ -17,7 +17,8 @@ # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA -use strict; use warnings; +use strict; +use warnings; use CGI; use C4::Context; use C4::Biblio; -- 2.39.2