Updated messages.po
This commit is contained in:
parent
d6725437b0
commit
2321c7a55b
1 changed files with 2 additions and 1 deletions
|
@ -1040,6 +1040,7 @@ class PostUpdate
|
||||||
|
|
||||||
$start_id = $id;
|
$start_id = $id;
|
||||||
$rows = 0;
|
$rows = 0;
|
||||||
|
$received = '';
|
||||||
|
|
||||||
$conversations = DBA::p("SELECT `post-view`.`uri-id`, `conversation`.`source`, `conversation`.`received` FROM `conversation`
|
$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`
|
INNER JOIN `post-view` ON `post-view`.`uri` = `conversation`.`item-uri`
|
||||||
|
|
Loading…
Reference in a new issue