r60610 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r60609
|
r60610
|
r60611
>
Date:
18:42, 4 January 2010
Author:
yaron
Status:
deferred
Tags:
Comment:
Added getParameters() function
Modified paths:
/trunk/extensions/SemanticResultFormats/BibTeX/SRF_BibTeX.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticResultFormats/BibTeX/SRF_BibTeX.php
—
—
@@ -301,6 +301,11 @@
302
302
return $result;
303
303
}
304
304
305
+ public function getParameters() {
306
+ $params = parent::exportFormatParameters();
307
+ return $params;
308
+ }
309
+
305
310
}
306
311
307
312
/**
Status & tagging log
18:50, 4 January 2010
😂
(
talk
|
contribs
)
changed the
status
of r60610
[
removed:
new
added:
deferred]