Author: david
Date: Thu Oct 21 12:42:43 2010
New Revision: 8350

Log:
Set type for other forms of name.  Fixes issue #1817.

Modified:
   trunk/plugins/sfEacPlugin/lib/sfEacPlugin.class.php

Modified: trunk/plugins/sfEacPlugin/lib/sfEacPlugin.class.php
==============================================================================
--- trunk/plugins/sfEacPlugin/lib/sfEacPlugin.class.php Thu Oct 21 00:02:48 
2010        (r8349)
+++ trunk/plugins/sfEacPlugin/lib/sfEacPlugin.class.php Thu Oct 21 12:42:43 
2010        (r8350)
@@ -482,6 +482,7 @@
     {
       $item = new QubitOtherName;
       $item->name = $fd->spawn()->add($node)->find('eac:part')->text();
+      $item->typeId = QubitTerm::OTHER_FORM_OF_NAME_ID;
 
       $this->resource->otherNames[] = $item;
     }

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to