summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-26 05:42:54 +0200
committergerv%gerv.net <>2002-04-26 05:42:54 +0200
commit75b87982cc1c28b81d66bae37077cea6b54ee0ac (patch)
tree43870fcef3e3050b225d5120f29af0365f24b76c /globals.pl
parent383d469918839a9588c039aef0f36c989139c82e (diff)
downloadbugzilla-75b87982cc1c28b81d66bae37077cea6b54ee0ac.tar.gz
bugzilla-75b87982cc1c28b81d66bae37077cea6b54ee0ac.tar.xz
Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer. Patch by gerv, 2xr=myk.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl
index b457484d8..671f1901f 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;