From: <var...@us...> - 2010-08-24 15:11:17
|
Revision: 7652 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7652&view=rev Author: vargenau Date: 2010-08-24 15:11:11 +0000 (Tue, 24 Aug 2010) Log Message: ----------- limit default is 50 (paging now works) Modified Paths: -------------- trunk/pgsrc/Help%2FPageList Modified: trunk/pgsrc/Help%2FPageList =================================================================== --- trunk/pgsrc/Help%2FPageList 2010-08-24 14:24:17 UTC (rev 7651) +++ trunk/pgsrc/Help%2FPageList 2010-08-24 15:11:11 UTC (rev 7652) @@ -1,4 +1,4 @@ -Date: Mon, 23 Aug 2010 17:09:36 +0000 +Date: Tue, 24 Aug 2010 17:10:44 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -54,7 +54,7 @@ |- | **limit** | number of rows -| 5000 +| 50 |- | **paging** | auto (top + bottom rows if applicable) \\ top (top only if applicable) \\ bottom (bottom only if applicable) \\ none (don't page at all) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |