Revision 4737
Added by walbridge almost 16 years ago
register-dataset.cgi | ||
---|---|---|
233 | 233 |
if ($FORM::stage =~ "guide") { |
234 | 234 |
# Send back the information on how to fill the form |
235 | 235 |
$$templateVars{'section'} = "Guide on How to Complete Registry Entries"; |
236 |
$template->process($template->{'guide'}, $templateVars); |
|
236 |
$template->process($templates->{'guide'}, $templateVars);
|
|
237 | 237 |
exit(); |
238 | 238 |
|
239 | 239 |
} elsif ($FORM::stage =~ "insert") { |
Also available in: Unified diff
fix typo preventing guide pages from showing (Bug #3726)