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