Active
Project:
RDF SPARQL Proxy
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2009 at 21:13 UTC
Updated:
13 Jul 2009 at 21:13 UTC
$properties = db_query(db_rewrite_sql("SELECT * FROM {evoc_rdf_properties}"));
to
$properties = db_query("SELECT * FROM {evoc_rdf_properties}");
Doubt it's suppose to be there and it's erroring out.