From: Ian Jackson Date: Sat, 8 Aug 2009 14:14:50 +0000 (+0100) Subject: Fix dictionary-update-receiver to cope with new cgi_get_caller X-Git-Tag: 3.0~6^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=92170cde9096ae5d8c0adb71bf1c47d05c7d34bb;hp=7d2fec305c9bdc622a41a343332331b25472fa20 Fix dictionary-update-receiver to cope with new cgi_get_caller --- diff --git a/yarrg/Commods.pm b/yarrg/Commods.pm index 97cba04..b670f58 100644 --- a/yarrg/Commods.pm +++ b/yarrg/Commods.pm @@ -40,7 +40,7 @@ BEGIN { &pipethrough_prep &pipethrough_run &pipethrough_run_along &pipethrough_run_finish &pipethrough_run_gzip - &cgipostform &yarrgpostform); + &cgipostform &yarrgpostform &cgi_get_caller); %EXPORT_TAGS = ( ); @EXPORT_OK = qw(); diff --git a/yarrg/dictionary-update-receiver b/yarrg/dictionary-update-receiver index cd26a26..352b9bb 100755 --- a/yarrg/dictionary-update-receiver +++ b/yarrg/dictionary-update-receiver @@ -41,6 +41,8 @@ use CGI qw/:standard -private_tempfiles/; use IO::Pipe; use IO::Handle; +use Commods; + my $aadepth=2; #---------- pixmaps ----------