Revision 8348
Added by ben leinfelder about 11 years ago
register-dataset.cgi | ||
---|---|---|
1751 | 1751 |
else { |
1752 | 1752 |
$creators .= creatorNode($FORM::site); |
1753 | 1753 |
} |
1754 |
if ( $skinName ne 'knb' ) { |
|
1754 |
# only use configured organization for certain skins |
|
1755 |
if ( $skinName ne 'knb' && $skinName ne 'metacatui' ) { |
|
1755 | 1756 |
$creators .= creatorNode(); |
1756 | 1757 |
} |
1757 | 1758 |
|
Also available in: Unified diff
do not include default organization for the metacatui "skin"