mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Updated database.sql file, further code cleanup
This commit is contained in:
parent
214f381e81
commit
2f49e984bd
2 changed files with 5 additions and 5 deletions
|
@ -588,10 +588,6 @@ function network_content(&$a, $update = 0) {
|
|||
intval($cid)
|
||||
);
|
||||
if(count($r)) {
|
||||
//$sql_post_table = " INNER JOIN (SELECT DISTINCT(`parent`) FROM `item`
|
||||
// WHERE 1 $sql_options AND `contact-id` = ".intval($cid)." AND `deleted` = 0
|
||||
// ORDER BY `item`.`received` DESC) AS `temp1`
|
||||
// ON $sql_table.$sql_parent = `temp1`.`parent` ";
|
||||
$sql_extra = " AND ".$sql_table.".`contact-id` = ".intval($cid);
|
||||
|
||||
$entries[0] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue