Rev 16711 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16711 | Rev 17457 | ||
---|---|---|---|
Line 201... | Line 201... | ||
201 | } |
201 | } |
202 | else { |
202 | else { |
203 | char *pp; |
203 | char *pp; |
204 | if(classe==NULL || *classe==0) return; |
204 | if(classe==NULL || *classe==0) return; |
205 | pp=getvar("wims_scorereg"); /* contains suspend or exotrymax */ |
205 | pp=getvar("wims_scorereg"); /* contains suspend or exotrymax */ |
206 | if((allow[0]==0 || i |
206 | if((allow[0]==0 || i!=0 || (pp!=NULL && strcmp(pp,"suspend")==0)) && *ex!='E' && *ex!='F') |
207 | scorelog=1; |
207 | scorelog=1; |
208 | else { |
208 | else { |
209 | if (*ex=='F') { |
209 | if (*ex=='F') { |
210 | char *s; |
210 | char *s; |
211 | /* freework activity logged to different file */ |
211 | /* freework activity logged to different file */ |