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 [2011/11/28 17:04]
Patrick Michel created
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 exists //​exams/​exam[id]/​free;​ 
-  ​ 
-  delete //​exams/​exam[id]/​free;​ 
-} 
-</​code>​ 
  
stats/proc/closeregistration.txt ยท Last modified: 2013/07/10 12:32 (external edit)