changeset 1398:92d854be33d5 biblio_alt_search_auth

removed wrong id
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Sat, 28 Sep 2013 16:22:56 +0100
parents bf2db886a543
children 6106c49c5f50
files plugins/redmine_bibliography/app/models/authorship.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/redmine_bibliography/app/models/authorship.rb	Sat Sep 28 16:21:53 2013 +0100
+++ b/plugins/redmine_bibliography/app/models/authorship.rb	Sat Sep 28 16:22:56 2013 +0100
@@ -58,7 +58,7 @@
 
   def search_author_id
     if self.author.nil?
-      authid = "xxx"
+      authid = ""
     else
       authid = author_id
     end