Merging bug fix from rel-1-2
[koha.git] / admin / aqbookfund.pl
index 081bf18..2d2b859 100755 (executable)
@@ -235,7 +235,7 @@ printend
                print mktablerow(6,$toggle,$results->[$i]{'bookfundid'},
                $results->[$i]{'bookfundname'},$results->[$i]{'bookfundgroup'},
                mklink("$script_name?op=add_form&bookfundid=".$results->[$i]{'bookfundid'},'Edit'),
-               mklink("$script_name?op=delete_confirm&bookfundid=".$results->[$i]{'bookfundid'},'Delete',''));
+               mklink("$script_name?op=delete_confirm&bookfundid=".$results->[$i]{'bookfundid'},'Delete'));
        }
        print mktableft;
        print "<form action='$script_name' method=post>";