From: <sk...@us...> - 2008-10-28 10:17:14
|
Revision: 1470 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1470&view=rev Author: sknappe Date: 2008-10-28 10:12:48 +0000 (Tue, 28 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-28 10:10:34 UTC (rev 1469) +++ trunk/src/dbpedia-navigator/helper_functions.php 2008-10-28 10:12:48 UTC (rev 1470) @@ -617,7 +617,7 @@ if (isset($triples['http://dbpedia.org/property/spokenWikipedia2Property'])) unset($triples['http://dbpedia.org/property/spokenWikipedia2Property']); } -public function getNegativeExamplesFromParallelClass($posExamples){ +function getNegativeExamplesFromParallelClass($posExamples){ include_once('Settings.php'); include_once('DatabaseConnection.php'); //connect to the database This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |