|
From: <cw...@us...> - 2007-06-20 22:56:22
|
Revision: 456
http://rdfapi-php.svn.sourceforge.net/rdfapi-php/?rev=456&view=rev
Author: cweiske
Date: 2007-06-20 15:56:21 -0700 (Wed, 20 Jun 2007)
Log Message:
-----------
oops, debug statement
Modified Paths:
--------------
trunk/rdfapi-php/api/sparql/SparqlParser.php
Modified: trunk/rdfapi-php/api/sparql/SparqlParser.php
===================================================================
--- trunk/rdfapi-php/api/sparql/SparqlParser.php 2007-06-20 22:41:24 UTC (rev 455)
+++ trunk/rdfapi-php/api/sparql/SparqlParser.php 2007-06-20 22:56:21 UTC (rev 456)
@@ -640,7 +640,6 @@
$tmpPred = "";
$obj = "";
do {
-echo strtolower(current($this->tokens)) . "\n";
switch (strtolower(current($this->tokens))) {
case false:
$cont = false;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|