Signed-off-by: Roland Haeder <roland@mxchange.org>
$gplus = preg_replace("=https?://plus.google.com/(.*)=ism", "$1@plus.google.com", $profile);
if ($gplus != $profile) {
if ($getnetwork) {
- return NETWORK_GPLUS);
+ return NETWORK_GPLUS;
} elseif ($compact) {
return ($gplususername . " (" . $username . ")");
} else {
"#$2", $item["body"]);
foreach ($tags as $tag) {
- if ((strpos($tag, '#') !== 0) || (strpos($tag, '[url=')) {
+ if ((strpos($tag, '#') !== 0) || (strpos($tag, '[url='))) {
continue;
}
foreach ($r as $row) {
if ($parentid != "") {
$parentid .= ", ";
- ]
+ }
$parentid .= $row["id"];
}