From: myk%mozilla.org <> Date: Fri, 26 Apr 2002 05:35:14 +0000 (+0000) Subject: Fix for bug 140161: Prevents function call from displaying its return value, which... X-Git-Tag: bugzilla-2.16rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f660ec1ccef3c33e9e8bc9d67d9fb6df07d463c0;p=thirdparty%2Fbugzilla.git Fix for bug 140161: Prevents function call from displaying its return value, which we don't need. Patch by Myk Melez . 2xr=gerv --- diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl index 07fde14e90..8b3af59a44 100644 --- a/template/en/default/global/footer.html.tmpl +++ b/template/en/default/global/footer.html.tmpl @@ -24,4 +24,4 @@ -[% SyncAnyPendingShadowChanges() %] +[% CALL SyncAnyPendingShadowChanges() %]