Fixing a broken redirect in the reports dictionary

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Chris Cormack 2008-01-14 17:00:28 -06:00 committed by Joshua Ferraro
parent 0694220881
commit 110f193ec4

View file

@ -185,7 +185,7 @@ elsif ($phase eq 'New Term step 6'){
my $sql=$input->param('sql');
save_dictionary($definition_name,$definition_description,$sql,$area);
$no_html=1;
print $input->redirect("/cgi-bin/koha/reports/guided_reports.pl?phase=View%20Dictionary");
print $input->redirect("/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary");
}
elsif ($phase eq 'Delete Definition'){