fromgplus: doubled text and avoiding first time spam #165

Merged
annando merged 3 commits from master into master 2013-11-28 06:31:22 +01:00
Showing only changes of commit cf2f874db1 - Show all commits

View file

@ -371,7 +371,7 @@ function appnetpost_feeditem($pid, $uid) {
$title = substr($title, 0, -3)."...";
}
if (!strstr($title, $msglink))
if (($msglink != "") AND !strstr($title, $msglink))
$title = trim($title." ".$msglink);
else
$title = trim($title);