|
@@ -1178,6 +1178,10 @@ function tripal_pub_create_citation($pub) {
|
|
$pub_type = $ptype;
|
|
$pub_type = $ptype;
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ else if ($ptype == 'Letter') {
|
|
|
|
+ $pub_type = $ptype;
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
else if ($ptype == 'Book Chapter') {
|
|
else if ($ptype == 'Book Chapter') {
|
|
$pub_type = $ptype;
|
|
$pub_type = $ptype;
|
|
break;
|
|
break;
|
|
@@ -1326,4 +1330,4 @@ function tripal_pub_create_citation($pub) {
|
|
}
|
|
}
|
|
|
|
|
|
return $citation;
|
|
return $citation;
|
|
-}
|
|
|
|
|
|
+}
|