removed unneeded code.

This commit is contained in:
Michael Vogel 2015-03-07 21:39:28 +01:00
parent 7c4a1a059d
commit 1cf3cb493f
1 changed files with 2 additions and 6 deletions

View File

@ -184,12 +184,8 @@ function search_content(&$a) {
logger("Start Conversation");
$o .= conversation($a,$r,'search',false);
logger("Start Pager");
if(!get_config('system', 'old_pager')) {
$o .= alt_pager($a,count($r));
} else {
$o .= paginate($a);
}
$o .= alt_pager($a,count($r));
logger("Done");
return $o;