From: <sk...@us...> - 2008-10-23 07:20:56
|
Revision: 1411 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1411&view=rev Author: sknappe Date: 2008-10-23 07:20:51 +0000 (Thu, 23 Oct 2008) Log Message: ----------- bugfix Modified Paths: -------------- trunk/src/dbpedia-navigator/helper_functions.php Modified: trunk/src/dbpedia-navigator/helper_functions.php =================================================================== --- trunk/src/dbpedia-navigator/helper_functions.php 2008-10-23 07:20:30 UTC (rev 1410) +++ trunk/src/dbpedia-navigator/helper_functions.php 2008-10-23 07:20:51 UTC (rev 1411) @@ -21,8 +21,8 @@ $res=$final; //replacements - $res=str_replace('cities','City',$res); $res=str_replace('Cities','City',$res); + $res=str_replace('Players','Player',$res); return $res; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |