Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 6738 → Rev 6739

/trunk/wims/public_html/modules/home/search.ker
8,7 → 8,10
# gotm, gotw, gotcnt
# gotw is only for debugging uses.
!nocache
!distribute words $wims_read_parm into s_cat
!default search_lang=$lang
!default s_cat=$search_category
 
srch=!singlespace $srch
srch=!replace internal ,$ $ by , in $srch
srch=!replace internal $ $, by , in $srch
15,10 → 18,9
 
!if $srch!=$empty
suffix_dictionary=
dictionary=$search_package2/$search_category.$search_lang
dictionary=$search_package2/$s_cat.$search_lang
translator_unknown=
!read search.common
!else
scnt=0
!endif