]> git.mxchange.org Git - friendica.git/commitdiff
Remove confusing comment
authorPierre Rudloff <contact@rudloff.pro>
Sat, 7 Apr 2018 20:39:38 +0000 (22:39 +0200)
committerPierre Rudloff <contact@rudloff.pro>
Sat, 7 Apr 2018 20:39:38 +0000 (22:39 +0200)
include/api.php

index f807e2cb158e4af963ecb21fab34e56a891cda28..806e953e9141b3270f6c5b1c5f703bf9c95b3b28 100644 (file)
@@ -3366,7 +3366,6 @@ function api_lists_statuses($type)
        }
        $since_id = (x($_REQUEST, 'since_id') ? $_REQUEST['since_id'] : 0);
        $max_id = (x($_REQUEST, 'max_id') ? $_REQUEST['max_id'] : 0);
-       //$since_id = 0;//$since_id = (x($_REQUEST, 'since_id')?$_REQUEST['since_id'] : 0);
        $exclude_replies = (x($_REQUEST, 'exclude_replies') ? 1 : 0);
        $conversation_id = (x($_REQUEST, 'conversation_id') ? $_REQUEST['conversation_id'] : 0);