Rev 14521 | Rev 14691 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14521 | Rev 14522 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | keywordsbad=!append item $cd to $keywordsbad |
29 | keywordsbad=!append item $cd to $keywordsbad |
30 | !else |
30 | !else |
31 | keywordsgood=!append item $cd to $keywordsgood |
31 | keywordsgood=!append item $cd to $keywordsgood |
32 | !endif |
32 | !endif |
33 | !next |
33 | !next |
- | 34 | target=!translate internal ~ to / in $mod |
|
- | 35 | !!check NEWS |
|
- | 36 | check_news=!sh cd modules\ |
|
- | 37 | diff -bB $wims_home/public_html/modules/$target/NEWS $wims_home/public_html/modules/devel/$auth_login/$mod/NEWS |
|
- | 38 | !if $check_news issametext $empty |
|
- | 39 | changenews=no |
|
34 | 40 | !endif |
|
35 | !if $m1=local |
41 | !if $m1=local |
36 | local=yes |
42 | local=yes |
37 | !endif |
43 | !endif |
38 | !if $i_domain=$empty or $i_keywords=$empty |
44 | !if $i_domain=$empty or $i_keywords=$empty |
39 | rep=ERROR domain_keyword $mod |
45 | rep=ERROR domain_keyword $mod |