]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer...
authorgerv%gerv.net <>
Fri, 26 Apr 2002 03:42:54 +0000 (03:42 +0000)
committergerv%gerv.net <>
Fri, 26 Apr 2002 03:42:54 +0000 (03:42 +0000)
globals.pl
template/en/default/global/footer.html.tmpl

index b457484d81fe1bb05ad7224494a0d2f108f81aa6..671f1901f82244319af989482da9428bb9254484 100644 (file)
@@ -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;
index e8978b3a2fe1a721d970af95a2f7ae01a5c7b90d..07fde14e90cde49b7bc54ef3238fc1efd43a4a8c 100644 (file)
@@ -24,3 +24,4 @@
 </body>
 </html>
 
+[% SyncAnyPendingShadowChanges() %]