finish resolution on merge

This commit is contained in:
diml
2008-04-15 21:46:55 +00:00
parent 341b5ed236
commit adddd26d54
15 changed files with 81 additions and 30 deletions
+9
View File
@@ -399,4 +399,13 @@ function data_check_text_access($path, $itemtype, $this_id, $user, $group_id, $c
return true;
}
/**
* post processes the url for cleaner output.
* @param string $title
*/
function data_link_post_processing($title){
return mb_convert_encoding($title, 'UTF-8', 'auto');
}
?>