https://bugzilla.wikimedia.org/show_bug.cgi?id=2242
^demon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5631 is|0 |1 obsolete| | --- Comment #10 from ^demon <[email protected]> 2009-01-02 20:53:42 UTC --- Created an attachment (id=5642) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5642) Update to last patch Updated against the last patch. (In reply to comment #9) > Looking good! A couple quick bits... > > + if( time() < $expiry ) { > + return false; > + } else { > + return true; > + } > > I think you want to reverse these... > Done. > +Your temporary password will expire in $5 days. > > This should probably use {{PLURAL}} to properly handle the case where it's set > to 1 day. Might want to round, also, in case a non-even number is used > (7.33327 > days :) > Did the PLURAL support, as well as rounded. -- 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
