allow slash in pagenames only when useslash enabled #70

darcs-hash:20050121193457-9977f-2e8ed9ee8a5403f83e9531dd0444467125063c9d.gz
This commit is contained in:
andi 2005-01-21 20:34:57 +01:00
parent 0d8a2ea0db
commit fbe55665f7
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ function cleanID($id){
//alternative namespace seperator
$id = strtr($id,';',':');
$id = strtr($id,'/',':');
if($conf['useslash']) $id = strtr($id,'/',':');
if(!$conf['localnames']){
if($lang['encoding'] == 'iso-8859-15'){