Skip to content

Commit

Permalink
Removed unwanted HTML elements
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 8, 2009
1 parent 98ecf4c commit b6481d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rdf_module_dbpedia.php
Expand Up @@ -34,7 +34,7 @@

$query = $query.$where_clause;

print "<!-- DEBUG: query = $query --><br />\n";
print "<!-- DEBUG: query = $query -->\n";
$results = mysql_query($query);

$rows = mysql_num_rows($results);
Expand Down
2 changes: 1 addition & 1 deletion rdf_module_nmrshiftdb.php
Expand Up @@ -34,7 +34,7 @@

$query = $query.$where_clause;

print "<!-- DEBUG: query = $query --><br />\n";
print "<!-- DEBUG: query = $query -->\n";
$results = mysql_query($query);

$rows = mysql_num_rows($results);
Expand Down

0 comments on commit b6481d4

Please sign in to comment.