From: <sk...@us...> - 2008-01-28 16:03:50
|
Revision: 439 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=439&view=rev Author: sknappe Date: 2008-01-28 08:03:17 -0800 (Mon, 28 Jan 2008) Log Message: ----------- fixed bug with interests Modified Paths: -------------- trunk/src/dbpedia-navigator/ajaxfunctions.php Modified: trunk/src/dbpedia-navigator/ajaxfunctions.php =================================================================== --- trunk/src/dbpedia-navigator/ajaxfunctions.php 2008-01-28 15:59:22 UTC (rev 438) +++ trunk/src/dbpedia-navigator/ajaxfunctions.php 2008-01-28 16:03:17 UTC (rev 439) @@ -126,7 +126,7 @@ //Add Positives to Session if (!isset($_SESSION['positive'])){ - $array=array("http://dbpedia.org/resource/".str_replace(" ","_",$subject)) => "http://dbpedia.org/resource/".str_replace(" ","_",$subject)); + $array=array("http://dbpedia.org/resource/".str_replace(" ","_",$subject) => "http://dbpedia.org/resource/".str_replace(" ","_",$subject)); $_SESSION['positive']=$array; } else{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |