From: <var...@us...> - 2012-11-14 16:24:48
|
Revision: 8449 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8449&view=rev Author: vargenau Date: 2012-11-14 16:24:39 +0000 (Wed, 14 Nov 2012) Log Message: ----------- Remove empty lines Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2012-11-14 16:23:06 UTC (rev 8448) +++ trunk/lib/PageList.php 2012-11-14 16:24:39 UTC (rev 8449) @@ -176,8 +176,6 @@ } } - - class _PageList_Column extends _PageList_Column_base { function _PageList_Column($field, $default_heading, $align = false) @@ -216,8 +214,6 @@ } } - - /* overcome a call_user_func limitation by not being able to do: * call_user_func_array(array(&$class, $class_name), $params); * So we need $class = new $classname($params); @@ -289,8 +285,6 @@ } } - - class _PageList_Column_checkbox extends _PageList_Column { function _PageList_Column_checkbox($field, $default_heading, $name = 'p') @@ -341,8 +335,6 @@ } } - - class _PageList_Column_time extends _PageList_Column { function _PageList_Column_time($field, $default_heading) @@ -364,8 +356,6 @@ } } - - class _PageList_Column_version extends _PageList_Column { function _getValue($page_handle, &$revision_handle) @@ -376,8 +366,6 @@ } } - - // Output is hardcoded to limit of first 50 bytes. Otherwise // on very large Wikis this will fail if used with AllPages // (PHP memory limit exceeded) @@ -485,9 +473,6 @@ } } - - - class _PageList_Column_author extends _PageList_Column { function _PageList_Column_author($field, $default_heading, $align = false) @@ -511,8 +496,6 @@ } } - - class _PageList_Column_owner extends _PageList_Column_author { function _getValue($page_handle, &$revision_handle) @@ -530,8 +513,6 @@ } } - - class _PageList_Column_creator extends _PageList_Column_author { function _getValue($page_handle, &$revision_handle) @@ -549,8 +530,6 @@ } } - - class _PageList_Column_pagename extends _PageList_Column_base { var $_field = 'pagename'; @@ -584,8 +563,6 @@ } } - - class _PageList_Column_perm extends _PageList_Column { function _getValue($page_handle, &$revision_handle) @@ -597,8 +574,6 @@ } } - - class _PageList_Column_acl extends _PageList_Column { function _getValue($page_handle, &$revision_handle) @@ -621,8 +596,6 @@ } } - - class PageList { var $_group_rows = 3; @@ -1875,8 +1848,6 @@ } - - /* List pages with checkboxes to select from. * The [Select] button toggles via Javascript flipAll */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |