Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer. Patch by gerv, 2xr=myk.

git-svn-id: svn://10.0.0.236/trunk@119853 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gerv%gerv.net 2002-04-25 20:42:59 +00:00
parent 6a763e1c48
commit 5b2b627018
2 changed files with 4 additions and 0 deletions

View 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;

View File

@ -24,3 +24,4 @@
</body>
</html>
[% SyncAnyPendingShadowChanges() %]