Increase amount of items listed...

How can I increase the amount of items listed from the default of "30" to "40"?
Thank you in advance,
~Scott
Thank you in advance,
~Scott
Put a face on your database
http://xataface.com/forum/
if ( !@$_REQUEST['-limit'] ){
$_GET['-limit'] = $_REQUEST['-limit'] = 40;
}