X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fpost_update.php;h=fd72d888e5b6604a31596380fc2f8428b103e50e;hb=0fe832ef8aeafa1ddba793a8b084005cf070f1f4;hp=0d223709e2d506acdc743752d727510837cdd622;hpb=5ba6c7717a06842c27fec15508ff8cabb3d9a31b;p=friendica.git diff --git a/include/post_update.php b/include/post_update.php index 0d223709e2..fd72d888e5 100644 --- a/include/post_update.php +++ b/include/post_update.php @@ -144,7 +144,7 @@ function post_update_1194() { logger("Progress: Start: ".$start_id." position: ".$pos_id." end: ".$end_id, LOGGER_DEBUG); - $r = q("UPDATE `item` ".$query2." SET `item`.`global` = 1 ".$query3, + q("UPDATE `item` ".$query2." SET `item`.`global` = 1 ".$query3, intval($start_id), intval($pos_id), dbesc(NETWORK_DFRN), dbesc(NETWORK_DIASPORA), dbesc(NETWORK_OSTATUS));