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 @@
83
83
}
84
84
85
85
static function makeRandomNumber() {
86
- srand( time() );
87
86
return rand() % 1000000;
88
87
}
89
88
Status & tagging log
07:27, 13 March 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r113707
[
removed:
deferred
added:
ok]