From: gerv%gerv.net <> Date: Fri, 26 Apr 2002 03:42:54 +0000 (+0000) Subject: Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer... X-Git-Tag: bugzilla-2.16rc1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75b87982cc1c28b81d66bae37077cea6b54ee0ac;p=thirdparty%2Fbugzilla.git Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer. Patch by gerv, 2xr=myk. --- diff --git a/globals.pl b/globals.pl index b457484d81..671f1901f8 100644 --- a/globals.pl +++ b/globals.pl @@ -1785,6 +1785,9 @@ $::vars = # UserInGroup - you probably want to cache this 'UserInGroup' => \&UserInGroup , + + # SyncAnyPendingShadowChanges - called in the footer to sync the shadowdb + 'SyncAnyPendingShadowChanges' => \&SyncAnyPendingShadowChanges , }; 1; diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl index e8978b3a2f..07fde14e90 100644 --- a/template/en/default/global/footer.html.tmpl +++ b/template/en/default/global/footer.html.tmpl @@ -24,3 +24,4 @@ +[% SyncAnyPendingShadowChanges() %]