Some more documentation - again.

2022.09-rc
Michael Vogel 2016-03-24 15:59:53 +01:00 zatwierdzone przez Roland Haeder
rodzic 7362dce2f4
commit 721b2edb33
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -755,7 +755,7 @@ class diaspora {
*
* @param int $uid The user id
* @param string $guid The guid of the message
y *
*
* @return int|bool message id if the message already was stored into the system - or false.
*/
private function message_exists($uid, $guid) {
@ -2143,6 +2143,7 @@ y *
$datarray = array();
// Attach embedded pictures to the body
if ($data->photo) {
foreach ($data->photo AS $photo)
$body = "[img]".unxmlify($photo->remote_photo_path).