Author: david
Date: Fri Oct  9 16:08:04 2009
New Revision: 3712

Log:
Remove unnecessary code chunk added in r3711.

Modified:
   trunk/lib/model/QubitInformationObject.php

Modified: trunk/lib/model/QubitInformationObject.php
==============================================================================
--- trunk/lib/model/QubitInformationObject.php  Fri Oct  9 16:01:39 2009        
(r3711)
+++ trunk/lib/model/QubitInformationObject.php  Fri Oct  9 16:08:04 2009        
(r3712)
@@ -1227,11 +1227,6 @@
     {
       // only add Actor as name access point if they are not already linked to
       // an event (i.e. they are not already a "creator", "accumulator", etc.)
-      $c = new Criteria;
-      $c->add(QubitEvent::INFORMATION_OBJECT_ID, $this->id);
-      $c->add(QubitEvent::ACTOR_ID, $actor->id);
-
-      // only add Actor as name access point if there is no pre-existing 
relation
       $existingRelation = false;
       foreach ($this->events as $existingEvent)
       {

--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to