From: lpsolit%gmail.com <> Date: Fri, 4 Apr 2008 11:47:59 +0000 (+0000) Subject: Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch by Frédé... X-Git-Tag: bugzilla-3.1.1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=419f31408a7261bb6c9a2342e7c071666306fd25;p=thirdparty%2Fbugzilla.git Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch by Frédéric Buclin r=wicked a=justdave --- diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index 49b73319e2..37c64cca0d 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -202,7 +202,7 @@ To see if a CGI supports multiple output formats and types, grep the - CGI for GetFormat. If it's not present, adding + CGI for get_format. If it's not present, adding multiple format/type support isn't too hard - see how it's done in other CGIs, e.g. config.cgi.