mirror of
https://github.com/friendica/friendica
synced 2025-01-20 20:59:47 +00:00
Remove unused code
This commit is contained in:
parent
71add60f59
commit
3535c7c4cd
1 changed files with 0 additions and 4 deletions
|
@ -157,10 +157,6 @@ class Search extends BaseApi
|
||||||
$condition = DBA::mergeConditions($condition, ["`uri-id` < ?", $max_id]);
|
$condition = DBA::mergeConditions($condition, ["`uri-id` < ?", $max_id]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($since_id)) {
|
|
||||||
$condition = DBA::mergeConditions($condition, ["`uri-id` > ?", $since_id]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!empty($min_id)) {
|
if (!empty($min_id)) {
|
||||||
$condition = DBA::mergeConditions($condition, ["`uri-id` > ?", $min_id]);
|
$condition = DBA::mergeConditions($condition, ["`uri-id` > ?", $min_id]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue