Thank you! Looks like both were working in the same file and something weird happened! :)
On Fri, Jul 22, 2011 at 3:56 PM, <[email protected]> wrote: > Author: david > Date: Fri Jul 22 15:56:06 2011 > New Revision: 9364 > > Log: > Add accession and rights relation types to term sort > > Modified: > trunk/lib/task/migrate/QubitMigrate110.class.php > > Modified: trunk/lib/task/migrate/QubitMigrate110.class.php > > ============================================================================== > --- trunk/lib/task/migrate/QubitMigrate110.class.php Fri Jul 22 15:51:10 > 2011 (r9363) > +++ trunk/lib/task/migrate/QubitMigrate110.class.php Fri Jul 22 15:56:06 > 2011 (r9364) > @@ -585,7 +585,11 @@ > 'ISDF_ASSOCIATIVE_RELATION_ID', > // ISAAR standardized form name > 'STANDARDIZED_FORM_OF_NAME_ID', > - 'EXTERNAL_URI_ID' > + 'EXTERNAL_URI_ID', > + // Accession and rights relations > + 'ACCESSION_ID', > + 'RIGHT_ID', > + 'DONOR_ID' > ); > > // Restack array with Constant values at top > > -- > 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. > > -- Jesús García Crespo -- 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.
