This commit is contained in:
Mario
2025-05-29 17:58:48 +00:00
parent d584e4f7d5
commit 0aef9b486d

View File

@@ -5500,7 +5500,7 @@ function items_by_parent_ids(array $parents, null|array $thr_parents = null, str
$reaction_join_sql
SQL;
return = dbq(trim($q));
return dbq(trim($q));
}
/**