r95447 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95446‎ | r95447 | r95448 >
Date:21:36, 24 August 2011
Author:reedy
Status:ok
Tags:
Comment:
'*' for "all" apparently

r95446
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -997,7 +997,7 @@
998998 $dbw->update(
999999 'site_stats',
10001000 array( 'ss_images' => 'ss_images+1' ),
1001 - array(),
 1001+ '*',
10021002 __METHOD__
10031003 );
10041004 $dbw->commit( __METHOD__ );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95446Merge r94252 to trunk...reedy21:31, 24 August 2011

Status & tagging log