Last modified: 2005-02-23 21:53:35 UTC
Using "Infinite" (note capitalisation) as a block duration in Special:Blockip does not register as a valid block time. Does the field _really_ need to be case-sensitive?
From SpecialBlockip.php: if ( $this->BlockExpiry == 'infinite' || $this->BlockExpiry == 'indefinite' ) { So bascily it needs to be all lower case.