Small format
This commit is contained in:
@@ -775,8 +775,7 @@ E-mail: <a href=mailto:someone@somewhere.com>someone@somewhere.com</a> &nbs
|
||||
|
||||
<?php
|
||||
for ( $i = 5 ; $i < 20 ; $i+=5 ) {
|
||||
print "<option value=$i " . ($expiry == $i ? "selected='selected
|
||||
'" : "") . " >$i Years</option>\n" ;
|
||||
print "<option value=$i " . ($expiry == $i ? "selected='selected'" : "") . " >$i Years</option>\n" ;
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user