]> source.dussan.org Git - nextcloud-server.git/commitdiff
Join short comment lines
authorBart Visscher <bartv@thisnet.nl>
Fri, 15 Feb 2013 14:45:34 +0000 (15:45 +0100)
committerBart Visscher <bartv@thisnet.nl>
Fri, 15 Feb 2013 14:45:34 +0000 (15:45 +0100)
apps/user_ldap/lib/access.php

index 32910b6e252f17bf83dd2df8c00c8bba6589aa5a..901299e7c219eeccaf0b9717f12b1eafd860a62a 100644 (file)
@@ -1054,10 +1054,8 @@ abstract class Access {
 
                                $cookie = $this->getPagedResultCookie($base, $filter, $limit, $offset);
                                if(empty($cookie) && ($offset > 0)) {
-                                       // no cookie known, although the offset
-                                       // is not 0. Maybe cache run out. We need
-                                       // to start all over *sigh* (btw, Dear
-                                       // Reader, did you need LDAP paged
+                                       // no cookie known, although the offset is not 0. Maybe cache run out. We need
+                                       // to start all over *sigh* (btw, Dear Reader, did you need LDAP paged
                                        // searching was designed by MSFT?)
                                        $reOffset = ($offset - $limit) < 0 ? 0 : $offset - $limit;
                                        //a bit recursive, $offset of 0 is the exit