/[suikacvs]/messaging/newsportal/newsportal.php
Suika

Diff of /messaging/newsportal/newsportal.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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  /*  /*

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24