Rev 1373 | Rev 4118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1373 | Rev 3261 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | ident=!text select -_$char_alnum in $ident |
18 | ident=!text select -_$char_alnum in $ident |
19 | !if $ident=$empty |
19 | !if $ident=$empty |
20 | error=identification failure |
20 | error=identification failure |
21 | !exit |
21 | !exit |
22 | !endif |
22 | !endif |
- | 23 | ||
- | 24 | #pour certaines listes d'items, on propose d'utiliser un separateur different de la virgule |
|
- | 25 | !default separator=, |
|
23 | 26 | ||
24 | !readdef wimshome/log/classes/.connections/$ident |
27 | !readdef wimshome/log/classes/.connections/$ident |
25 | ident_agent=!translate internal ./,; to $ $ in $ident_agent |
28 | ident_agent=!translate internal ./,; to $ $ in $ident_agent |
26 | ident_agent=!word 1 of $ident_agent |
29 | ident_agent=!word 1 of $ident_agent |
27 | ident_site=!items2words $ident_site |
30 | ident_site=!items2words $ident_site |