master
joey 2007-07-28 20:53:51 +00:00
parent 0cea469b36
commit 7fa31b00b7
2 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,7 @@ sub import { #{{{
hook(type => "canedit", id => "skeleton", call => \&canedit);
hook(type => "formbuilder_setup", id => "skeleton", call => \&formbuilder_setup);
hook(type => "formbuilder", id => "skeleton", call => \&formbuilder);
hook(type => "savestate", id => "savestate", call => \&savestate);
hook(type => "savestate", id => "skeleton", call => \&savestate);
} # }}}
sub getopt () { #{{{

View File

@ -1,3 +1,5 @@
hook(type => "savestate", id => "savestate", call => \&savestate);
Shouldn't that id be "skeleton", like all the other ids? --Ethan
Shouldn't that id be "skeleton", like all the other ids? --Ethan
[[done]]