From: <var...@us...> - 2013-04-17 09:39:56
|
Revision: 8762 http://sourceforge.net/p/phpwiki/code/8762 Author: vargenau Date: 2013-04-17 09:39:53 +0000 (Wed, 17 Apr 2013) Log Message: ----------- Remove semicolon Modified Paths: -------------- trunk/lib/plugin/InterWikiSearch.php Modified: trunk/lib/plugin/InterWikiSearch.php =================================================================== --- trunk/lib/plugin/InterWikiSearch.php 2013-04-16 16:02:49 UTC (rev 8761) +++ trunk/lib/plugin/InterWikiSearch.php 2013-04-17 09:39:53 UTC (rev 8762) @@ -122,8 +122,6 @@ return $table; } } - - ; } // Local Variables: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |