|
CVS: phpwiki/lib PageList.php,1.129,1.130: msg#00172web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23761 Modified Files: PageList.php Log Message: reformatting Index: PageList.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/PageList.php,v retrieving revision 1.129 retrieving revision 1.130 diff -u -2 -b -p -d -r1.129 -r1.130 --- PageList.php 25 Jan 2005 06:58:21 -0000 1.129 +++ PageList.php 28 Jan 2005 12:07:36 -0000 1.130 @@ -827,5 +827,6 @@ class PageList { } - function allPagesByAuthor($wildcard, $include_empty=false, $sortby=false, $limit=false, $exclude=false) { + function allPagesByAuthor($wildcard, $include_empty=false, $sortby=false, + $limit=false, $exclude=false) { $dbi = $GLOBALS['request']->getDbh(); $allPagehandles = $dbi->getAllPages($include_empty, $sortby, $limit, $exclude); @@ -852,5 +853,6 @@ class PageList { } - 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); @@ -876,5 +878,6 @@ class PageList { } - 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); @@ -1447,4 +1450,7 @@ extends PageList { // $Log$ +// Revision 1.130 2005/01/28 12:07:36 rurban +// reformatting +// // Revision 1.129 2005/01/25 06:58:21 rurban // reformatting ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/doc README.security,NONE,1.1: 00172, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib/plugin AllPages.php,1.35,1.36: 00172, Reini Urban |
| Previous by Thread: | CVS: phpwiki/doc README.security,NONE,1.1i: 00172, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib/plugin AllPages.php,1.35,1.36: 00172, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |