remove TODO comment, it's done

This commit is contained in:
Arthur Schiwon 2012-10-27 14:40:13 +02:00
parent fecfeac55d
commit b942c1253e
1 changed files with 0 additions and 1 deletions

View File

@ -526,7 +526,6 @@ abstract class Access {
return;
}
//if count is bigger, then the server does not support paged search. Instead, he did a normal search. We set a flag here, so the callee knows how to deal with it.
//TODO: Instead, slice findings or selection later
if($findings['count'] <= $limit) {
$this->pagedSearchedSuccessful = true;
}