r40149 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40148‎ | r40149 | r40150 >
Date:14:44, 28 August 2008
Author:vrandezo
Status:old
Tags:
Comment:
removed typo in filename import
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -33,7 +33,7 @@
3434 }
3535
3636 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');
4040

Status & tagging log