https://bugzilla.wikimedia.org/show_bug.cgi?id=9257
--- Comment #8 from [email protected] 2009-06-19 01:49:23 UTC --- Say, also foreach(range(0,3)as $i){$wgRCLinkLimits[]=60*pow(2,$i);}print_r($wgRCLinkLimits); Array ( [0] => 60 [1] => 120 [2] => 240 [3] => 480 ) Anyways, both come close to the current hardwired $wgRCLinkLimits = array( 50, 100, 250, 500 ); $wgRCLinkDays = array( 1, 3, 7, 14, 30 ); -- 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
