add timezone convert module, several other minor or in progress fixes

This commit is contained in:
Friendika 2011-09-04 00:48:45 -07:00
parent 59a6a04e26
commit 9ff1a3444e
6 changed files with 56 additions and 7 deletions

View file

@ -119,6 +119,8 @@ function parse_url_content(&$a) {
$text = '<br /><br /><blockquote>' . $text . '</blockquote><br />';
}
$title = str_replace("\n",'',$title);
echo sprintf($template,$url,($title) ? $title : $url,$text);
killme();
}