From: <sk...@us...> - 2008-02-18 19:20:37
|
Revision: 607 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=607&view=rev Author: sknappe Date: 2008-02-18 11:20:32 -0800 (Mon, 18 Feb 2008) Log Message: ----------- bugfix Modified Paths: -------------- trunk/src/dbpedia-navigator/DLLearnerConnection.php Modified: trunk/src/dbpedia-navigator/DLLearnerConnection.php =================================================================== --- trunk/src/dbpedia-navigator/DLLearnerConnection.php 2008-02-18 18:53:32 UTC (rev 606) +++ trunk/src/dbpedia-navigator/DLLearnerConnection.php 2008-02-18 19:20:32 UTC (rev 607) @@ -160,7 +160,7 @@ throw new Exception("Query stopped"); } } while($seconds<$this->ttl); - $this->client->stopSparqlQuery($id,$queryID); + $this->client->stopSparqlThread($id,$queryID); } function getSubjects($label) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |