mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
export user substitutes
This commit is contained in:
parent
51a06c4ab6
commit
e1f8a1abbb
|
@ -487,6 +487,13 @@ if($users) {
|
|||
}
|
||||
echo " </mandatory_approvers>\n";
|
||||
}
|
||||
if($substitutes = $user->getSubstitutes()) {
|
||||
echo " <substitutes>\n";
|
||||
foreach($substitutes as $substitute) {
|
||||
echo " <substitute user=\"".$substitute['substitute']."\" />\n";
|
||||
}
|
||||
echo " </substitutes>\n";
|
||||
}
|
||||
echo " </user>\n";
|
||||
}
|
||||
echo "</users>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user