From: Roland Haeder Date: Sun, 19 Mar 2017 00:03:14 +0000 (+0100) Subject: old-lost update way, no need for TODO around. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=46a031368ad1faa633de2324d59ff069ba9695c9;hp=8d5e66a61aa5402dd2d3fbf5ba4b0b34fa240806;p=friendica.git old-lost update way, no need for TODO around. Signed-off-by: Roland Haeder --- diff --git a/update.php b/update.php index 729f69ddaa..754ed77fc2 100644 --- a/update.php +++ b/update.php @@ -1533,7 +1533,6 @@ function update_1163() { function update_1164() { set_config('system', 'maintenance', 1); - /// @TODO If one update fails, should it continue? $r = q("UPDATE `item` SET `network`='%s' WHERE `contact-id` IN (SELECT `id` FROM`contact` WHERE `network` = '' AND `contact`.`uid` = `item`.`uid`)", NETWORK_DFRN);