Rev 7680 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7680 | Rev 12325 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 |
|
1 | !if $(diareply$i)=bad and $(precreply$i)!=yes |
3 |
|
2 | !default m_sc_reply$i=0 |
4 |
|
3 | !endif |
5 |
|
4 | !if $(precreply$i)=yes and $(diareply$i)=bad |
6 |
|
5 | !default m_sc_reply$i=0.5 |
7 |
|
6 | !endif |
8 |
|
7 | !if $(diareply$i)=good |
9 |
|
8 | !if $(partialgood$i)=yes |
10 |
|
9 | !default m_sc_reply$i=0.5 |
11 |
|
10 | !else |
12 |
|
11 | !default m_sc_reply$i=1 |
13 | !endif |
- | |
14 | !endif |
12 | !endif |
- | 13 | !endif |