Show
Ignore:
Timestamp:
10/04/06 06:55:02 (2 years ago)
Author:
mdodoo
Message:

Partial sync with trunk. Only up to changeset [1542].

Location:
branches/multiuser/cls
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/multiuser/cls/channels.php

    r1541 r1595  
    9090            //$this->rlink = getPath().preg_replace("/[^a-zA-Z0-9_]/", "_", $title)."/"; 
    9191            /* EXPERIMENTAL! */ 
    92             $this->rlink = getPath() . utf8_uri_encode(preg_replace('/[\s&\/]/','_',$title)) . "/"; 
     92            $this->rlink = getPath() . utf8_uri_encode(preg_replace('/[\s&\/\+]/','_',$title)) . "/"; 
    9393        } else { 
    9494            $this->rlink = getPath()."feed.php?channel=$id"; 
  • branches/multiuser/cls/wrappers/item.php

    r1493 r1595  
    7272    return $url; 
    7373  } 
    74   return rss_item_pl_url(); 
     74  return "http://" . $_SERVER['HTTP_HOST'] . rss_item_pl_url(); 
    7575} 
    7676