User Tools

Site Tools


stats:proc:closeregistration

Differences

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

Link to this comparison view

Next revision
Previous revision
stats:proc:closeregistration [2011/11/28 17:04]
Patrick Michel created
stats:proc:closeregistration [2013/07/10 12:32] (current)
Line 2: Line 2:
  
 <code xcend> <code xcend>
-closeRegistration(string ​uid, string ​id) { +closeRegistration(ident uid, ident id) { 
-  assume exists ​//accounts/​account[uid]/​examiner[id];​+  assume exists /​account[uid]/​examiner[id];​
   ​   ​
-  assume exists ​//exams/exam[id];+  assume exists /exam[id];
   ​   ​
-  assume ​exists //exams/​exam[id]/​free;​+  assume /​exam[id]/​free;​
   ​   ​
-  ​delete //exams/​exam[id]/​free;​+  ​update ​/​exam[id]/​free ​false;
 } }
 </​code>​ </​code>​
  
stats/proc/closeregistration.1322496243.txt.gz · Last modified: 2011/11/28 17:04 by Patrick Michel