Author: mcantelon
Date: Fri Jan 20 14:29:35 2012
New Revision: 10735
Log:
Reverted to previous version.
Modified:
trunk/plugins/qtAccessionPlugin/lib/model/om/BaseAccessionI18n.php
Modified: trunk/plugins/qtAccessionPlugin/lib/model/om/BaseAccessionI18n.php
==============================================================================
--- trunk/plugins/qtAccessionPlugin/lib/model/om/BaseAccessionI18n.php Fri Jan
20 13:45:29 2012 (r10734)
+++ trunk/plugins/qtAccessionPlugin/lib/model/om/BaseAccessionI18n.php Fri Jan
20 14:29:35 2012 (r10735)
@@ -539,18 +539,20 @@
return $pks;
}
- /**
- * Set the [composite] primary key.
- *
- * @param array $keys The elements of the composite key (order must
match the order in XML file).
- * @return void
- */
- public function setPrimaryKey($keys)
- {
- $this->setid($keys[0]);
- $this->setculture($keys[1]);
+ /**
+ * Set the [composite] primary key.
+ *
+ * @param array $keys The elements of the composite key (order
must match the order in XML file).
+ * @return void
+ */
+ public function setPrimaryKey($keys)
+ {
- }
+ $this->setid($keys[0]);
+
+ $this->setculture($keys[1]);
+
+ }
public static function addJoinaccessionCriteria(Criteria $criteria)
{
--
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.