r107866 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r107865
|
r107866
|
r107867
>
Date:
08:46, 3 January 2012
Author:
amire80
Status:
ok
Tags:
Comment:
Follow up to
r107830
- adding commit after update.
Modified paths:
/trunk/extensions/Narayam/maintenance/FixNarayamDisablePref.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Narayam/maintenance/FixNarayamDisablePref.php
—
—
@@ -60,6 +60,7 @@
61
61
array( 'up_property' => $newPropName, 'up_value' => 0 ),
62
62
array( 'up_property' => $oldPropName, 'up_user' => $ids ),
63
63
__METHOD__ );
64
+ $dbw->commit();
64
65
65
66
wfWaitForSlaves( 10 );
66
67
}
Follow-up revisions
Revision
Commit summary
Author
Date
r107867
Follow up to
r107866
- removing unneeded commit.
amire80
08:48, 3 January 2012
r108769
Followup to
r107866
, add in new job_timestamp field which was likely complete...
overlordq
22:11, 12 January 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r107830
Preferences update script for
Bug 31917
.
amire80
13:27, 2 January 2012
Status & tagging log
09:12, 3 January 2012
Siebrand
(
talk
|
contribs
)
changed the
status
of r107866
[
removed:
new
added:
ok]