User Tools

Site Tools


stats:proc:closeregistration

This is an old revision of the document!


Close Registration

closeRegistration(ident uid, ident id) {
  assume exists //accounts/account[uid]/examiner[id];
 
  assume exists //exams/exam[id];
 
  assume //exams/exam[id]/free;
 
  update //exams/exam[id]/free false;
}
stats/proc/closeregistration.1337673325.txt.gz · Last modified: 2012/05/22 09:55 by Patrick Michel