User Tools

Site Tools


stats:proc:closeregistration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

stats:proc:closeregistration [2012/01/11 14:44]
Patrick Michel
stats:proc:closeregistration [2013/07/10 12:32]
Line 1: Line 1:
-====== Close Registration ====== 
- 
-<code xcend> 
-closeRegistration(string uid, string id) { 
-  assume exists //​accounts/​account[uid]/​examiner[id];​ 
-  ​ 
-  assume exists //​exams/​exam[id];​ 
-  ​ 
-  assume //​exams/​exam[id]/​free;​ 
-  ​ 
-  update //​exams/​exam[id]/​free false; 
-} 
-</​code>​ 
  
stats/proc/closeregistration.txt · Last modified: 2013/07/10 12:32 (external edit)