From: terry%netscape.com <> Date: Sat, 19 Sep 1998 12:48:09 +0000 (+0000) Subject: Make it clear to people that "%version%" will work. X-Git-Tag: bugzilla-2.0~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5fe8dc40f7bd651a980eb6fcae558ab53d9b43b;p=thirdparty%2Fbugzilla.git Make it clear to people that "%version%" will work. --- diff --git a/editparams.cgi b/editparams.cgi index c1c885b63c..f926c0ae97 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -90,6 +90,12 @@ foreach my $i (@::param_list) { print $rowbreak; } +print "version: +What version of Bugzilla this is. This can't be modified here, but +%version% can be used as a parameter in places that understand +such parameters +" . Param('version') . ""; + print "\n"; print "
\n";