mirror of
https://github.com/friendica/friendica
synced 2024-11-17 21:43:41 +00:00
Whoops
This commit is contained in:
parent
9c8051ef64
commit
884638c093
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ 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]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_1316()
|
function update_1317()
|
||||||
{
|
{
|
||||||
DBA::update('profile', ['marital' => "In a relation"], ['marital' => "Unavailable"]);
|
DBA::update('profile', ['marital' => "In a relation"], ['marital' => "Unavailable"]);
|
||||||
DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
|
DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
|
||||||
|
|
Loading…
Reference in a new issue