The following example checks in items that are currently checked out

WARNING: Changes to items currently being edited may be lost.



Code Sample

# Checks in the items that have been checked out for 20 minutes or longer.

$minutes = 20;

$administration.DO_CheckInItems($minutes);