From 92170cde9096ae5d8c0adb71bf1c47d05c7d34bb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Aug 2009 15:14:50 +0100 Subject: [PATCH 1/1] Fix dictionary-update-receiver to cope with new cgi_get_caller --- yarrg/Commods.pm | 2 +- yarrg/dictionary-update-receiver | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 ---------- -- 2.30.2