From: Jeroen De Meerleer Date: Sun, 7 Jul 2019 21:14:03 +0000 (+0200) Subject: Whoops X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=884638c0938b54f05f8fb5ae942ed6e51d33b19b;p=friendica.git Whoops --- diff --git a/update.php b/update.php index 0c6b4393eb..6ce4b7e87f 100644 --- a/update.php +++ b/update.php @@ -375,7 +375,7 @@ function update_1315() 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' => "Single"], ['marital' => "Available"]);