From: <var...@us...> - 2009-08-04 15:54:40
|
Revision: 7053 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7053&view=rev Author: vargenau Date: 2009-08-04 15:54:24 +0000 (Tue, 04 Aug 2009) Log Message: ----------- No limit and no paging for WikiAdminSelect Modified Paths: -------------- trunk/lib/plugin/WikiAdminSelect.php Modified: trunk/lib/plugin/WikiAdminSelect.php =================================================================== --- trunk/lib/plugin/WikiAdminSelect.php 2009-08-04 12:54:57 UTC (rev 7052) +++ trunk/lib/plugin/WikiAdminSelect.php 2009-08-04 15:54:24 UTC (rev 7053) @@ -2,6 +2,7 @@ rcs_id('$Id$'); /* Copyright 2002 $ThePhpWikiProgrammingTeam + Copyright 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent This file is part of PhpWiki. @@ -55,12 +56,12 @@ 'author' => false, 'owner' => false, 'creator' => false, - 'only' => '', 'exclude' => '', 'info' => 'most', 'sortby' => 'pagename', - 'limit' => 150, + 'limit' => 0, + 'paging' => 'none', 'debug' => false); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |