Author: jablko
Date: Wed Sep 2 17:27:36 2009
New Revision: 3153
Log:
Drop couple obsolete lines
Modified:
trunk/apps/qubit/modules/digitalobject/actions/editAction.class.php
Modified: trunk/apps/qubit/modules/digitalobject/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/actions/editAction.class.php Wed Sep
2 17:24:41 2009 (r3152)
+++ trunk/apps/qubit/modules/digitalobject/actions/editAction.class.php Wed Sep
2 17:27:36 2009 (r3153)
@@ -87,7 +87,6 @@
}
// Get related digital object with all representations
- $this->digitalObject = $this->informationObject->getDigitalObject();
if (count($this->digitalObject))
{
$representations[QubitTerm::MASTER_ID] = $this->digitalObject;
@@ -170,8 +169,6 @@
{
$this->informationObject->setTitle($digitalObject->getName());
}
-
- $this->foreignKeyUpdate = true;
} // endforeach
} // end if
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---