mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
code style
This commit is contained in:
parent
9af20096a3
commit
0b2f5be1c0
1 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@ function update_1309()
|
||||||
function update_1315()
|
function update_1315()
|
||||||
{
|
{
|
||||||
DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]);
|
DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]);
|
||||||
return Update::Success;
|
return Update::Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_1318()
|
function update_1318()
|
||||||
|
@ -382,5 +382,5 @@ function update_1318()
|
||||||
DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
|
DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
|
||||||
|
|
||||||
Worker::add(PRIORITY_LOW, 'ProfileUpdate');
|
Worker::add(PRIORITY_LOW, 'ProfileUpdate');
|
||||||
return Update::Success;
|
return Update::Success;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue