Author: mcantelon
Date: Fri Jan 20 13:45:29 2012
New Revision: 10734

Log:
Removed tabbed indent.

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:14:09 2012        (r10733)
+++ trunk/plugins/qtAccessionPlugin/lib/model/om/BaseAccessionI18n.php  Fri Jan 
20 13:45:29 2012        (r10734)
@@ -539,20 +539,18 @@
                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.

Reply via email to