Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * Main entry point for the SemanticResultFormats extension. |
6 | 6 | * http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats |
7 | 7 | * |
8 | | - * @file SemanticresultFormats.php |
| 8 | + * @file SemanticResultFormats.php |
9 | 9 | * @ingroup SemanticResultFormats |
10 | 10 | * |
11 | 11 | * @author Jeroen De Dauw |
— | — | @@ -139,4 +139,4 @@ |
140 | 140 | $smw_docu_row->addItem( AlItem::newFromExternalLink( 'http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats', $srf_docu_label ) ); |
141 | 141 | |
142 | 142 | return true; |
143 | | -} |
\ No newline at end of file |
| 143 | +} |
Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -1,5 +1,4 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | 4 | * Settings file for the Semantic Result Formats extension. |
6 | 5 | * http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats |
— | — | @@ -17,7 +16,7 @@ |
18 | 17 | } |
19 | 18 | |
20 | 19 | if ( !defined( 'SRF_VERSION' ) ) { |
21 | | - require_once dirname( __FILE__ ) . '/SemanticresultFormats.php'; |
| 20 | + require_once dirname( __FILE__ ) . '/SemanticResultFormats.php'; |
22 | 21 | } |
23 | 22 | |
24 | 23 | # The formats you want to be able to use. |
— | — | @@ -25,4 +24,4 @@ |
26 | 25 | $srfgFormats = array( 'icalendar', 'vcard', 'bibtex', 'calendar', 'eventline', 'timeline', 'outline', 'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'average', 'min', 'max' ); |
27 | 26 | |
28 | 27 | # Used for jqplot formats. |
29 | | -$srfgJQPlotIncluded = false; |
\ No newline at end of file |
| 28 | +$srfgJQPlotIncluded = false; |