From: <var...@us...> - 2013-02-15 15:59:59
|
Revision: 8730 http://sourceforge.net/p/phpwiki/code/8730 Author: vargenau Date: 2013-02-15 15:59:57 +0000 (Fri, 15 Feb 2013) Log Message: ----------- Remove & Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2013-02-15 15:17:49 UTC (rev 8729) +++ trunk/lib/PageList.php 2013-02-15 15:59:57 UTC (rev 8730) @@ -230,7 +230,7 @@ class _PageList_Column_size extends _PageList_Column { - function format(&$pagelist, $page_handle, &$revision_handle) + function format($pagelist, $page_handle, &$revision_handle) { return HTML::td($this->_tdattr, HTML::raw(' '), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |