Rev 23 | Rev 15189 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | modulecnt=!linecnt $stat_out |
||
3 | modulecnt=$[$modulecnt-1] |
||
4 | !if $modulecnt<0 |
||
5 | !exit |
||
6 | !endif |
||
7 | !if $modulecnt>$max_modules |
||
8 | modulecnt=$max_modules |
||
9 | !endif |
||
10 | |||
11 | total_click=!word 1 of $stat_out |
||
12 | total_session=!word 2 of $stat_out |
||
13 | total_site=!word 3 of $stat_out |
||
14 | |||
15 |