From: <var...@us...> - 2014-10-13 12:59:35
|
Revision: 9250 http://sourceforge.net/p/phpwiki/code/9250 Author: vargenau Date: 2014-10-13 12:59:27 +0000 (Mon, 13 Oct 2014) Log Message: ----------- Remove commented code Modified Paths: -------------- trunk/lib/plugin/InterWikiSearch.php Modified: trunk/lib/plugin/InterWikiSearch.php =================================================================== --- trunk/lib/plugin/InterWikiSearch.php 2014-10-13 08:15:28 UTC (rev 9249) +++ trunk/lib/plugin/InterWikiSearch.php 2014-10-13 12:59:27 UTC (rev 9250) @@ -57,11 +57,6 @@ $page = $dbi->getPage($request->getArg('pagename')); return new TransformedText($page, __('InterWikiMap'), array(), 'searchableInterWikiMap'); - /* - return new PageType($pagerevisionhandle, - $pagename = __('InterWikiMap'), - $overridePageType = 'PageType_searchableInterWikiMap'); - */ } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |