Parent Directory | Revision Log | Patch
revision 1.36 by wakaba, Mon Feb 11 13:36:11 2002 UTC | revision 1.37 by wakaba, Mon Apr 1 01:40:44 2002 UTC | |
---|---|---|
# | Line 398 function showgroups($gruppen) { | Line 398 function showgroups($gruppen) { |
398 | } | } |
399 | ||
400 | function encode_newsgroup ($groupname) { | function encode_newsgroup ($groupname) { |
401 | return urlencode (str_replace ('.', ':', $groupname)); | return str_replace ('.', ':', urlencode ($groupname)); |
402 | } | } |
403 | ||
404 | /* | /* |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |