The title for the settings now contain the words "import, "export" or "Mirror" according to their function.

This commit is contained in:
Michael Vogel 2014-04-04 11:14:45 +02:00
parent 7f37e843c7
commit ce997a0367
9 changed files with 18 additions and 18 deletions

View file

@ -322,7 +322,7 @@ function fbsync_createpost($a, $uid, $self, $contacts, $applications, $post, $cr
}
if ($content)
$postarray["body"] .= "\n\n";
$postarray["body"] .= "\n";
if ($type)
$postarray["body"] .= "[class=type-".$type."]";