From e75102b93078a0e11a251aceaab54bbfbbeb7093 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Thu, 29 May 2008 07:17:59 -0500 Subject: [PATCH] Removing dbh line altogether as discussed on koha-patches --- admin/auth_subfields_structure.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/auth_subfields_structure.pl b/admin/auth_subfields_structure.pl index a3150553d1..1b2643e8b0 100755 --- a/admin/auth_subfields_structure.pl +++ b/admin/auth_subfields_structure.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl + # Copyright 2000-2002 Katipo Communications @@ -42,7 +42,6 @@ sub StringSearch { $u++; } $sth->finish; -# $dbh->disconnect; return ($cnt,\@results); } -- 2.20.1