Brion Vibber brion@ikso.net wrote:
Should check if this bug is still current, and correct the remaining affected articles.
In case you didn't notice already:
Index: Title.php =================================================================== RCS file: /cvsroot/wikipedia/phase3/includes/Title.php,v retrieving revision 1.116 diff -u -u -r1.116 Title.php --- Title.php 14 Sep 2004 05:35:34 -0000 1.116 +++ Title.php 17 Sep 2004 03:57:52 -0000 @@ -1101,6 +1101,8 @@ $dbw =& wfGetDB( DB_MASTER ); $now = $dbw->timestamp(); $won = wfInvertTimestamp( wfTimestamp(TS_MW,$now) ); + wfSeedRandom(); + $rand = number_format( mt_rand() / mt_getrandmax(), 12, '.', '' );
# Rename cur entry $dbw->updateArray( 'cur', @@ -1127,6 +1129,7 @@ 'inverse_timestamp' => $won, 'cur_touched' => $now, 'cur_is_redirect' => 1, + 'cur_random' => $rand, 'cur_is_new' => 1, 'cur_text' => "#REDIRECT [[" . $nt->getPrefixedText() . "]]\n" ), $fname );
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com