Project

General

Profile

« Previous | Next » 

Revision 3292

Added by Jing Tao about 17 years ago

Fixed bug that docid has no seperator in email.

View differences:

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