two typos
parent
2bffce0d89
commit
f892cc8c50
|
@ -30,8 +30,8 @@ my $time=time;
|
||||||
my @now=localtime($time);
|
my @now=localtime($time);
|
||||||
|
|
||||||
sub import { #{{{
|
sub import { #{{{
|
||||||
hook(type => "getsetup", id => "version", call => \&getsetup);
|
hook(type => "getsetup", id => "calendar", call => \&getsetup);
|
||||||
hook(type => "needsbuild", id => "version", call => \&needsbuild);
|
hook(type => "needsbuild", id => "calendar", call => \&needsbuild);
|
||||||
hook(type => "preprocess", id => "calendar", call => \&preprocess);
|
hook(type => "preprocess", id => "calendar", call => \&preprocess);
|
||||||
} #}}}
|
} #}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue