]> git.mxchange.org Git - friendica.git/commitdiff
Whoops
authorJeroen De Meerleer <me@jeroened.be>
Sun, 7 Jul 2019 21:14:03 +0000 (23:14 +0200)
committerJeroen De Meerleer <me@jeroened.be>
Sun, 7 Jul 2019 21:14:03 +0000 (23:14 +0200)
update.php

index 0c6b4393ebfb9b2eb4344b6e954d3bed8c25f20b..6ce4b7e87f4d12bac74b0e628613f056e35f7c9a 100644 (file)
@@ -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"]);