Browse Source

minor change to pub module

spficklin 11 years ago
parent
commit
3f484c166f
1 changed files with 1 additions and 1 deletions
  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');
     }
   }