Subversion Repositories wimsdev

Rev

Rev 7621 | Rev 8254 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7621 Rev 7642
Line 77... Line 77...
77
    }
77
    }
78
    tab+=(sh-1)*MAX_EXO+(ex-1);
78
    tab+=(sh-1)*MAX_EXO+(ex-1);
79
    t=str2time(data[0]); if(t==-1) return;
79
    t=str2time(data[0]); if(t==-1) return;
80
    if(strstr(data[4],"new")!=NULL) {
80
    if(strstr(data[4],"new")!=NULL) {
81
      if(strcmp(typ,"score")==0 &&
81
      if(strcmp(typ,"score")==0 &&
82
        (strcmp(data[6],"noscore")==0 || (i > 7 && strcmp(data[7],"noscore")==0)
82
        ((i > 6 && strcmp(data[6],"noscore")==0) || (i > 7 && strcmp(data[7],"noscore")==0)
83
            || (i > 8 && strcmp(data[8],"noscore")==0))){ return; }
83
            || (i > 8 && strcmp(data[8],"noscore")==0))){ return; }
84
      if(strcmp(typ,"noscore")==0 &&
84
      if(strcmp(typ,"noscore")==0 &&
85
        (i < 7 || ( i>7 && strcmp(data[7],typ)!=0)
85
        (i < 7 || ( i>7 && strcmp(data[7],typ)!=0)
86
            || (i > 8 && strcmp(data[8], typ)!=0)
86
            || (i > 8 && strcmp(data[8], typ)!=0)
87
        )) { return; }
87
        )) { return; }