Rev 11828 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1319 | guerimand | 1 | !set wims_module_log=error: $error |
3985 | bpr | 2 | <b>$wims_name_Error</b>. |
12031 | guerimand | 3 | !if $error iswordof toomanycomp closedlivret |
4059 | bpr | 4 | !goto $error |
5 | !else |
||
6 | !msg $error |
||
7 | !exit |
||
11828 | mquerol | 8 | !endif |
1319 | guerimand | 9 | |
10 | :toomanycomp |
||
11828 | mquerol | 11 | No es poden afegir més competències, el límit és de $maxcomp ! |
1319 | guerimand | 12 | !exit |
12031 | guerimand | 13 | |
14 | :closedlivret |
||
15 | Le livret de compétence a été désactivé par votre enseignant. |
||
16 | !exit |