Updated messages.po

This commit is contained in:
Michael 2022-02-20 20:47:08 +00:00
parent d6725437b0
commit 2321c7a55b

View file

@ -1039,7 +1039,8 @@ class PostUpdate
Logger::info('Start', ['uri-id' => $id]);
$start_id = $id;
$rows = 0;
$rows = 0;
$received = '';
$conversations = DBA::p("SELECT `post-view`.`uri-id`, `conversation`.`source`, `conversation`.`received` FROM `conversation`
INNER JOIN `post-view` ON `post-view`.`uri` = `conversation`.`item-uri`