PO files updated to contain the .xsl
[koha.git] / admin / smart-rules.pl
index 6e9f371..13ffa5c 100755 (executable)
@@ -204,7 +204,6 @@ $sth->finish;
 $sth=$dbh->prepare("SELECT description,itemtype FROM itemtypes ORDER BY description");
 $sth->execute;
 # $i=0;
-my $toggle= 1;
 my @row_loop;
 my @itemtypes;
 while (my $row=$sth->fetchrow_hashref){