Parcourir la source

minor change to pub module

spficklin il y a 11 ans
Parent
commit
3f484c166f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tripal_pub/includes/pub_form.inc

+ 1 - 1
tripal_pub/includes/pub_form.inc

@@ -260,7 +260,7 @@ function chado_pub_validate($node, &$form) {
     $pub['Year'] = $pyear;
     $uniquename = tripal_pub_create_citation($pub);
     if (!$uniquename) {
-    	form_set_error('uniquename', 'Cannot automatically generate a citation for this publication type. Please add one manually.');
+      form_set_error('uniquename', 'Cannot automatically generate a citation for this publication type. Please add one manually. Title: $title');
     }
   }