stupid perl..

master
joey 2006-08-02 03:31:15 +00:00
parent 413ac79a99
commit 3a95b4b132
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ sub match_link ($$) { #{{{
} #}}}
sub match_backlink ($$) { #{{{
match_link(reverse @_);
match_link(pop, pop);
} #}}}
sub match_creation_day ($$) { #{{{