Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Settings file for the Semantic Result Formats extension. |
5 | | - * http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats |
| 5 | + * https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats |
6 | 6 | * |
7 | 7 | * NOTE: Do not use this file as entry point, use SemanticresultFormats.php instead. |
8 | 8 | * |
— | — | @@ -9,6 +9,7 @@ |
10 | 10 | * @ingroup SemanticResultFormats |
11 | 11 | * |
12 | 12 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
| 13 | + * @author Daniel Werner < danweetz@web.de > |
13 | 14 | */ |
14 | 15 | |
15 | 16 | if ( !defined( 'MEDIAWIKI' ) ) { |
— | — | @@ -69,8 +70,8 @@ |
70 | 71 | $srfgArrayHeaderSep = ' '; |
71 | 72 | |
72 | 73 | /** |
73 | | - * used if Array|Hash result format isn't used inline and the standard config values |
74 | | - * defined in LocalSettings.php can't be used because they are page references which |
| 74 | + * Used if Array|Hash result format is not used inline and the standard config values |
| 75 | + * defined in LocalSettings.php can not be used because they are page references which |
75 | 76 | * can only be evaluated in inline queries |
76 | 77 | * |
77 | 78 | * @var Array |
— | — | @@ -82,4 +83,3 @@ |
83 | 84 | 'recordsep' => $srfgArrayRecordSep, |
84 | 85 | 'headersep' => $srfgArrayHeaderSep |
85 | 86 | ); |
86 | | -$srfgArraySep = array( 'bla', NS_TEMPLATE ); |