]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 140161: Prevents function call from displaying its return value, which...
authormyk%mozilla.org <>
Fri, 26 Apr 2002 05:35:14 +0000 (05:35 +0000)
committermyk%mozilla.org <>
Fri, 26 Apr 2002 05:35:14 +0000 (05:35 +0000)
Patch by Myk Melez <myk@mozilla.org>.
2xr=gerv

template/en/default/global/footer.html.tmpl

index 07fde14e90cde49b7bc54ef3238fc1efd43a4a8c..8b3af59a4479f9a6c57229ea822d2f781c30e340 100644 (file)
@@ -24,4 +24,4 @@
 </body>
 </html>
 
-[% SyncAnyPendingShadowChanges() %]
+[% CALL SyncAnyPendingShadowChanges() %]