Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | } |
35 | 35 | |
36 | 36 | global $IP; |
37 | | -srfFormat('graph', 'SRFGraph', $IP . '/extensions/SemanticResultFormats/GraphViz/SRFGraph.php'); |
38 | | -srfFormat('googlebar', 'SRFGoogleBar', $IP . '/extensions/SemanticResultFormats/GoogleCharts/SRFGoogleBar.php'); |
39 | | -srfFormat('googlepie', 'SRFGooglePie', $IP . '/extensions/SemanticResultFormats/GoogleCharts/SRFGooglePie.php'); |
| 37 | +srfFormat('graph', 'SRFGraph', $IP . '/extensions/SemanticResultFormats/GraphViz/SRF_Graph.php'); |
| 38 | +srfFormat('googlebar', 'SRFGoogleBar', $IP . '/extensions/SemanticResultFormats/GoogleCharts/SRF_GoogleBar.php'); |
| 39 | +srfFormat('googlepie', 'SRFGooglePie', $IP . '/extensions/SemanticResultFormats/GoogleCharts/SRF_GooglePie.php'); |
40 | 40 | |