Rev 4599 | Rev 12413 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4599 | Rev 12080 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | dirs=!items2words $dirs |
13 | dirs=!items2words $dirs |
14 | 14 | ||
15 | dictionary=$module_dir/lang/recnames.$moduclass_lang |
15 | dictionary=$module_dir/lang/recnames.$moduclass_lang |
16 | tot=!replace , by , $ in $reclist |
16 | tot=!replace , by , $ in $reclist |
17 | tot=!exec translator $tot |
17 | tot=!exec translator $tot |
18 | - | ||
19 | fname=!translate internal / to ~ in $wims_class |
18 | fname=!translate internal / to ~ in $wims_class |
20 | !if $class_typename=course |
19 | !if $class_typename=course |
21 | tmpnum_class=!char 1 to -5 of $wims_class |
20 | tmpnum_class=!char 1 to -5 of $wims_class |
22 | !else |
21 | !else |
23 | tmpnum_class=$wims_class |
22 | tmpnum_class=$wims_class |