Rev 13318 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13318 | Rev 15057 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 | sel=!listintersect $selection and $reclist |
5 | sel=!listintersect $selection and $reclist |
6 | !default sel=$reclist |
6 | !default sel=$reclist |
7 | !! deleted : don't need to uncheck score and forum by default |
7 | !! deleted : don't need to uncheck score and forum by default |
8 | !! select=!listcomplement score,forum in $sel |
8 | !! select=!listcomplement score,forum in $sel |
9 | selw=!items2words $sel |
- | |
10 | dictionary=$module_dir/arch/recdep |
- | |
11 | dep=!exec translator $selw |
- | |
- | 9 | ||
12 | !! -- generate list of data (with dependancy) really in the backup (not just the selected) |
10 | !! -- generate list of data (with dependancy) really in the backup (not just the selected) |
- | 11 | selw=!items2words $sel |
|
- | 12 | !if $check_dependency!=no |
|
- | 13 | dictionary=$module_dir/arch/recdep |
|
- | 14 | dep=!exec translator $selw |
|
- | 15 | !endif |
|
13 | select=$selw $dep |
16 | select=$selw $dep |
14 | select=!words2items $select |
17 | select=!words2items $select |
15 | select=!listuniq $select |
18 | select=!listuniq $select |
16 | !! -- |
19 | !! -- |
17 | dictionary=$module_dir/arch/recdir |
20 | dictionary=$module_dir/arch/recdir |