Fixed SQL problems

This commit is contained in:
Michael Vogel 2016-01-10 17:10:56 +01:00
parent 23731fc9aa
commit b4631cebed
2 changed files with 2 additions and 2 deletions

View file

@ -670,7 +670,7 @@ function network_content(&$a, $update = 0) {
}
if($conv)
$sql_extra3 .= " AND `mention`";
$sql_extra3 .= " AND $sql_table.`mention`";
if($update) {