From: Julian Maurice Date: Fri, 5 Oct 2018 12:25:34 +0000 (+0200) Subject: Bug 21481: (QA follow-up) Remove last reference to text-extract2 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=e78af533df94b155570116f6f7c4b5a2e5e4e2f2;p=koha.git Bug 21481: (QA follow-up) Remove last reference to text-extract2 Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens --- diff --git a/misc/translator/TmplTokenizer.pm b/misc/translator/TmplTokenizer.pm index 98ec61a866..98f322c502 100644 --- a/misc/translator/TmplTokenizer.pm +++ b/misc/translator/TmplTokenizer.pm @@ -122,7 +122,7 @@ sub _set_js_mode { return $this; } -#used in xgettext, tmpl_process3 and text-extract2 +#used in xgettext, tmpl_process3 sub set_allow_cformat { my $this = shift; $this->{+ALLOW_CFORMAT_P} = $_[0];