From: Ian Jackson Date: Sat, 8 Aug 2009 14:16:11 +0000 (+0100) Subject: Merge branch 'master' of ijackson@chiark.greenend.org.uk:things/ypp-sc-tools.pctb... X-Git-Tag: 3.0~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=529cee5b3dbcb935efd0f0d78a60589201c01eb0;hp=ed98a08b6f79637f7afccc31c76f2836003d6bad Merge branch 'master' of ijackson@chiark.greenend.org.uk:things/ypp-sc-tools.pctb-dict-test into ourdb --- diff --git a/yarrg/Commods.pm b/yarrg/Commods.pm index 65cf4eb..5003037 100644 --- a/yarrg/Commods.pm +++ b/yarrg/Commods.pm @@ -41,7 +41,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 ----------