From 75b87982cc1c28b81d66bae37077cea6b54ee0ac Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 26 Apr 2002 03:42:54 +0000 Subject: Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer. Patch by gerv, 2xr=myk. --- globals.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.pl') 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; -- cgit v1.2.1