Subversion Repositories wimsdev

Rev

Rev 7680 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12325 bpr 1
!if $(diareply$i)=bad and $(precreply$i)!=yes
2
  !default m_sc_reply$i=0
3
!endif
4
!if $(precreply$i)=yes and $(diareply$i)=bad
5
  !default m_sc_reply$i=0.5
6
!endif
7
!if $(diareply$i)=good
8
  !if $(partialgood$i)=yes
9
    !default m_sc_reply$i=0.5
10
  !else
11
    !default m_sc_reply$i=1
173 bpr 12
  !endif
12325 bpr 13
!endif