User Tools

Site Tools


stats:proc:closesignup

Differences

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

Link to this comparison view

Next revision
Previous revision
stats:proc:closesignup [2011/10/15 19:41]
Patrick Michel created
stats:proc:closesignup [2013/07/10 12:32] (current)
Line 1: Line 1:
-====== Close Registration ​======+====== Close Sign-Up ​======
  
 <code xcend> <code xcend>
-closeRegistration(string ​uid, string ​id) { +closeSignUp(ident uid, ident id) { 
-  assume exists ​//accounts/​account[uid]/​assistant[id];​+  assume exists /​account[uid]/​assistant[id];​
   ​   ​
-  assume exists ​//exercises/​exercise[id];​+  assume exists /​exercise[id];​
   ​   ​
-  assume ​//exercises/​exercise[id]/​open;​+  assume /​exercise[id]/​open;​
   ​   ​
-  update ​//exercises/​exercise[id]/​open false;+  update /​exercise[id]/​open false;
 } }
 </​code>​ </​code>​
  
stats/proc/closesignup.1318700503.txt.gz · Last modified: 2011/10/15 19:41 by Patrick Michel