diff --git a/ChangeLog b/ChangeLog index 85ee06e0..1e30434e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ some regular expressions used for parsing, the code is now more than 10x faster. This is important for default searching, and for indexed search using double-quotes. + (RSS): Eliminate unused variable $counter. 2006-10-07 Alex Schroeder diff --git a/t/journal.t b/t/journal.t index 4bee51e4..e638b721 100755 --- a/t/journal.t +++ b/t/journal.t @@ -79,4 +79,3 @@ test_page_negative($page, $yesterday, $beforeyesterday); # $JournalLimit does not apply to admins test_page(get_page('action=browse id=Summary pwd=foo'), "$tomorrow.*$today.*$yesterday.*$beforeyesterday"); -