Revision 3292
Added by Jing Tao over 17 years ago
src/perl/register-dataset.cgi | ||
---|---|---|
3309 | 3309 |
$$templateVars{'recipient'} = $recipient; |
3310 | 3310 |
$$templateVars{'sender'} = $sender; |
3311 | 3311 |
my ($x, $y, $z) = split(/\./, $FORM::docid); |
3312 |
my $docidWithoutRev = $x.$y; |
|
3312 |
my $docidWithoutRev = $x.".".$y;
|
|
3313 | 3313 |
$$templateVars{'docid'} = $docidWithoutRev; |
3314 | 3314 |
$$templateVars{'comment'} = $FORM::review; |
3315 | 3315 |
$$templateVars{'contactName'} = $contactName; |
Also available in: Unified diff
Fixed bug that docid has no seperator in email.