Project

General

Profile

« Previous | Next » 

Revision 2003

Added by Matt Jones over 20 years ago

Fixed registry bug involving a string comparison (used numeric
equality instead of string equality).

View differences:

register-dataset.cgi
1502 1502
                $$templateVars{'site'} = $tempValue;
1503 1503
            }
1504 1504
        }
1505
        if ($FORM::cfg == 'nceas') {
1505
        if ($FORM::cfg eq 'nceas') {
1506 1506
            my @wg;
1507 1507
            foreach $node ($results->get_nodelist) {
1508 1508
                my $tempValue = findValue($node,'../organizationName');

Also available in: Unified diff