Code

Set entries per page to 0 for all divlists
[gosa.git] / plugins / admin / users / class_userManagement.inc
index a8454b530bbba572d0059960147d7a701c29e570..99eb580864df907f68b7347f5e28409f797b38f6 100644 (file)
@@ -689,7 +689,7 @@ class userManagement extends plugin
 
 
     $divlist->SetSummary(_("This table displays all users, in the selected tree."));
-    $divlist->SetEntriesPerPage(20);
+    $divlist->SetEntriesPerPage(0);
 
     // Defining Links 
     $linkopen = "<a href='?plug=".$_GET['plug']."&amp;act=dep_open&amp;dep_id=%s'>%s</a>";