--- trunk/bin/irc-logger.pl 2008/04/05 21:08:27 133 +++ trunk/bin/irc-logger.pl 2008/04/12 10:41:22 134 @@ -1350,7 +1350,7 @@ } else { $html .= join("

", get_from_log( - limit => ( $q->param('last') || $q->param('date') ) ? undef : 100, + limit => ( $q->param('date') ? undef : $q->param('last') || 100 ), search => $search || undef, tag => $q->param('tag') || undef, date => $q->param('date') || undef,