r66006 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r66005
|
r66006
|
r66007
>
Date:
11:30, 7 May 2010
Author:
svip
Status:
deferred
Tags:
Comment:
Follow up to
r66005
, fixed minor issue in writer section creation function.
Modified paths:
/trunk/extensions/TemplateAdventures/Templates/Citation.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/TemplateAdventures/Templates/Citation.php
—
—
@@ -199,7 +199,7 @@
200
200
if ( $writer[1][1] == null )
201
201
continue;
202
202
$tmp .= $writer[1][1];
203
- if ( $editor[1][0] != null )
203
+ if ( $writer[1][0] != null )
204
204
$tmp .= $this->getSeparator( 'name' ) . $writer[1][0];
205
205
} else {
206
206
# maybe we shan't support no surname/given name structure
Follow-up revisions
Revision
Commit summary
Author
Date
r66007
Follow up to
r66005
and
r66006
; I feel like such an idiot. Totally forgot to...
svip
11:31, 7 May 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r66005
Further updates to citation, yet not done.
svip
11:23, 7 May 2010
Status & tagging log
13:10, 7 May 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r66006
[
removed:
new
added:
deferred]