Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | |
23 | 23 | # The formats you want to be able to use. |
24 | 24 | # See the INSTALL file or this url for more info: http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats#Installation |
25 | | -$srfgFormats = array( 'icalendar', 'vcard', 'bibtex', 'calendar', 'eventline', 'timeline', 'outline', 'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'product', 'average', 'min', 'max', 'tagcloud' ); |
| 25 | +$srfgFormats = array( 'icalendar', 'vcard', 'bibtex', 'calendar', 'eventline', 'timeline', 'outline', 'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'average', 'min', 'max', 'tagcloud' ); |
26 | 26 | |
27 | 27 | # Used for jqplot formats. |
28 | 28 | $srfgJQPlotIncluded = false; |