r113707 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113706‎ | r113707 | r113708 >
Date:03:32, 13 March 2012
Author:yaron
Status:ok
Tags:
Comment:
Removed srand() call - not needed since PHP 4.2.0
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_FormEdit.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_FormEdit.php
@@ -82,7 +82,6 @@
8383 }
8484
8585 static function makeRandomNumber() {
86 - srand( time() );
8786 return rand() % 1000000;
8887 }
8988

Status & tagging log