<!---
Whiteboard utilities.
update_whiteboard_status: changes client's so_lastupdated
--->
<ensure variable="get.function" value="">
<fake_person> <BREAK> </fake_person>
<if get.function EQ "update_whiteboard_status">
<update orb="user" where="user.id = #client_id#"
whiteboard_datetime="#now()#">
</if>