Fixing a broken redirect in the reports dictionary
authorChris Cormack <crc@liblime.com>
Mon, 14 Jan 2008 23:00:28 +0000 (17:00 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 15 Jan 2008 01:15:17 +0000 (19:15 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
reports/dictionary.pl

index 5818905..30fcecd 100755 (executable)
@@ -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'){