Rev 16512 | Rev 16581 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16512 | Rev 16514 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | recipientname=$(tmp[3]) |
18 | recipientname=$(tmp[3]) |
19 | recipientmail=$(tmp[1]) |
19 | recipientmail=$(tmp[1]) |
20 | !else |
20 | !else |
21 | tmp=!defof user_email,user_firstname,user_lastname in wimshome/log/classes/$wims_superclass/.users/$(tmp[2]) |
21 | tmp=!defof user_email,user_firstname,user_lastname in wimshome/log/classes/$wims_superclass/.users/$(tmp[2]) |
22 | recipientmail=$(tmp[1]) |
22 | recipientmail=$(tmp[1]) |
23 | recipientname=$(tmp[2]) $(tmp[3]) |
23 | recipientname=$(tmp[2]) $(tmp[3]) |
24 | !endif |
24 | !endif |
25 | !endif |
25 | !endif |
26 | !endif |
26 | !endif |
27 | 27 | ||
28 | !if $step=2 |
28 | !if $step=2 |