diff options
author | myk%mozilla.org <> | 2002-04-26 07:35:14 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2002-04-26 07:35:14 +0200 |
commit | f660ec1ccef3c33e9e8bc9d67d9fb6df07d463c0 (patch) | |
tree | f399e48fede6407f1840b470da1ac3d9fcc81e48 | |
parent | 0645b0f60bf45d0bb04a924d69d7057b09646bff (diff) | |
download | bugzilla-f660ec1ccef3c33e9e8bc9d67d9fb6df07d463c0.tar.gz bugzilla-f660ec1ccef3c33e9e8bc9d67d9fb6df07d463c0.tar.xz |
Fix for bug 140161: Prevents function call from displaying its return value, which we don't need.
Patch by Myk Melez <myk@mozilla.org>.
2xr=gerv
-rw-r--r-- | template/en/default/global/footer.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl index 07fde14e9..8b3af59a4 100644 --- a/template/en/default/global/footer.html.tmpl +++ b/template/en/default/global/footer.html.tmpl @@ -24,4 +24,4 @@ </body> </html> -[% SyncAnyPendingShadowChanges() %] +[% CALL SyncAnyPendingShadowChanges() %] |