Removing dbh line altogether as discussed on koha-patches
authorJoshua Ferraro <jmf@liblime.com>
Thu, 29 May 2008 12:17:59 +0000 (07:17 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 29 May 2008 12:17:59 +0000 (07:17 -0500)
admin/auth_subfields_structure.pl

index a315055..1b2643e 100755 (executable)
@@ -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);
 }