Author: jablko
Date: Wed Sep 2 18:10:16 2009
New Revision: 3157
Log:
Drop obsolete line
Modified:
trunk/apps/qubit/modules/informationobject/actions/editPhysicalObjectsAction.class.php
Modified:
trunk/apps/qubit/modules/informationobject/actions/editPhysicalObjectsAction.class.php
==============================================================================
---
trunk/apps/qubit/modules/informationobject/actions/editPhysicalObjectsAction.class.php
Wed Sep 2 18:08:04 2009 (r3156)
+++
trunk/apps/qubit/modules/informationobject/actions/editPhysicalObjectsAction.class.php
Wed Sep 2 18:10:16 2009 (r3157)
@@ -100,7 +100,6 @@
if (intval($physicalObjectId) && (null !== $physicalObject =
QubitPhysicalObject::getById($physicalObjectId)))
{
$this->informationObject->addPhysicalObject($physicalObject);
- $this->foreignKeyUpdate = true;
}
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---