translated for 2.2.2 by hellen
[koha.git] / misc / tidyaccounts.pl
index 099bf17..a85748e 100755 (executable)
@@ -22,7 +22,6 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-use C4::Database;
 use CGI;
 use C4::Accounts2;
 
@@ -42,5 +41,5 @@ foreach my $key (@name){
     }
   }
 }
-    
+
 print $input->redirect("boraccount.pl?bornum=$bornum");