https://bugzilla.wikimedia.org/show_bug.cgi?id=9257


[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.15-svn                    |1.16-svn




--- Comment #7 from [email protected]  2009-06-19 01:14:24 UTC ---
By the way, how homely to generate this by hand when one can do
foreach(range(0,5)as $i){$wgRCLinkDays[]=pow(2,$i);}print_r($wgRCLinkDays);'
Array
(
    [0] => 1
    [1] => 2
    [2] => 4
    [3] => 8
    [4] => 16
    [5] => 32
)
True, you don't get exact week and "30 day months" divisions.
P.S., see also bug 17867.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to