mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-15 17:49:19 +00:00
export user substitutes
This commit is contained in:
parent
51a06c4ab6
commit
e1f8a1abbb
|
@ -487,6 +487,13 @@ if($users) {
|
||||||
}
|
}
|
||||||
echo " </mandatory_approvers>\n";
|
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 " </user>\n";
|
||||||
}
|
}
|
||||||
echo "</users>\n";
|
echo "</users>\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user