mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:10:11 +00:00
Some more code beauty
This commit is contained in:
parent
299c4df8f4
commit
68599c7efa
1 changed files with 7 additions and 7 deletions
|
@ -121,7 +121,7 @@ HELP;
|
||||||
Contact::update($fields, ['uri-id' => $contact['uri-id']]);
|
Contact::update($fields, ['uri-id' => $contact['uri-id']]);
|
||||||
echo '6';
|
echo '6';
|
||||||
Photo::delete(['resource-id' => $resourceid]);
|
Photo::delete(['resource-id' => $resourceid]);
|
||||||
echo ' '.$fields['photo'] . "\n";
|
echo ' ' . $fields['photo'] . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue