From 9b044be5c97a9512c245b80517853e92035317c6 Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 28 Jan 2005 12:07:36 +0000 Subject: [PATCH] reformatting git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4472 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/PageList.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lib/PageList.php b/lib/PageList.php index 5a99da53c..67e2703fd 100644 --- a/lib/PageList.php +++ b/lib/PageList.php @@ -1,4 +1,4 @@ -getDbh(); $allPagehandles = $dbi->getAllPages($include_empty, $sortby, $limit, $exclude); $allPages = array(); @@ -851,7 +852,8 @@ class PageList { return $allPages; } - function allPagesByOwner($wildcard, $include_empty=false, $sortby=false, $limit=false, $exclude=false) { + function allPagesByOwner($wildcard, $include_empty=false, $sortby=false, + $limit=false, $exclude=false) { $dbi = $GLOBALS['request']->getDbh(); $allPagehandles = $dbi->getAllPages($include_empty, $sortby, $limit, $exclude); $allPages = array(); @@ -875,7 +877,8 @@ class PageList { return $allPages; } - function allPagesByCreator($wildcard, $include_empty=false, $sortby=false, $limit=false, $exclude=false) { + function allPagesByCreator($wildcard, $include_empty=false, $sortby=false, + $limit=false, $exclude=false) { $dbi = $GLOBALS['request']->getDbh(); $allPagehandles = $dbi->getAllPages($include_empty, $sortby, $limit, $exclude); $allPages = array(); @@ -1446,6 +1449,9 @@ extends PageList { } // $Log: not supported by cvs2svn $ +// Revision 1.129 2005/01/25 06:58:21 rurban +// reformatting +// // Revision 1.128 2004/12/26 17:31:35 rurban // fixed prev link logic // -- 2.45.2