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 () { #{{{
hook(type => "savestate", id => "savestate", call => \&savestate);
-Shouldn't that id be "skeleton", like all the other ids? --Ethan
\ No newline at end of file
+Shouldn't that id be "skeleton", like all the other ids? --Ethan
+
+[[done]]