View | Details | Raw Unified | Return to bug 27182
Collapse All | Expand All

(-)a/tools/marc_modification_templates.pl (-2 / +1 lines)
Lines 57-63 if ( $op eq "cud-create_template" ) { Link Here
57
  $template_id = '';
57
  $template_id = '';
58
58
59
} elsif ( $op eq "cud-rename_template" ) {
59
} elsif ( $op eq "cud-rename_template" ) {
60
  RenameModificationTemplate ( scalar $cgi->param('template_name'), $template_id  );
60
    RenameModificationTemplate( scalar $cgi->param('template_name'), $template_id );
61
61
62
} elsif ( $op eq "cud-add_action" ) {
62
} elsif ( $op eq "cud-add_action" ) {
63
63
64
- 

Return to bug 27182