This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
stats:proc:createemptystats [2011/09/29 00:36] Patrick Michel |
stats:proc:createemptystats [2013/07/10 12:39] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| remove /stats; # procedures only operate on valid documents, so we have to get rid of "whatever was there" before | remove /stats; # procedures only operate on valid documents, so we have to get rid of "whatever was there" before | ||
| insert / | insert / | ||
| - | <stats> | + | <stats revision="0"> |
| - | <accounts> | + | <account username="admin" lastName="admin" firstName="admin" email="admin@stats.system" password="some hash of 'admin'"> |
| - | <account username="admin" lastName="admin" firstName="admin" email="admin@stats.system" password="some hash of 'admin'"> | + | <admin /> |
| - | <admin /> | + | </account> |
| - | </account> | + | |
| - | </accounts> | + | |
| - | <exercises /> | + | |
| - | <exams /> | + | |
| </stats>; | </stats>; | ||
| - | } # roles: NONE | + | } |
| </code> | </code> | ||