Rev 18088 | Rev 18153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18088 | Rev 18091 | ||
---|---|---|---|
Line 524... | Line 524... | ||
524 | ovlstrcpy(p,"yes"); |
524 | ovlstrcpy(p,"yes"); |
525 | else ovlstrcpy(p,"no"); |
525 | else ovlstrcpy(p,"no"); |
526 | } |
526 | } |
527 | 527 | ||
528 | /* get status of a sheet in a class: can be 0, 1, 2 or 3 |
528 | /* get status of a sheet in a class: can be 0, 1, 2 or 3 |
529 | (in preparation, active, |
529 | (in preparation, active, expired or hidden) */ |
530 | void calc_getsheetstatus(char *p) |
530 | void calc_getsheetstatus(char *p) |
531 | { |
531 | { |
532 | _scoreparm(p); |
532 | _scoreparm(p); |
533 | if(*score_class==0 || (score_sheet==0 && score_isexam==0)) { |
533 | if(*score_class==0 || (score_sheet==0 && score_isexam==0)) { |
534 | *p=0; return; |
534 | *p=0; return; |