Author: sevein
Date: Thu Oct 13 13:05:23 2011
New Revision: 10075
Log:
Cosmetic change
Modified:
trunk/lib/model/QubitInformationObject.php
Modified: trunk/lib/model/QubitInformationObject.php
==============================================================================
--- trunk/lib/model/QubitInformationObject.php Thu Oct 13 12:50:19 2011
(r10074)
+++ trunk/lib/model/QubitInformationObject.php Thu Oct 13 13:05:23 2011
(r10075)
@@ -920,7 +920,7 @@
*/
public function getPhysicalObjects()
{
- $relatedPhysicalObjects =
QubitRelation::getRelatedSubjectsByObjectId('QubitPhysicalObject', $this->id,
array('typeId'=>QubitTerm::HAS_PHYSICAL_OBJECT_ID));
+ $relatedPhysicalObjects =
QubitRelation::getRelatedSubjectsByObjectId('QubitPhysicalObject', $this->id,
array('typeId' => QubitTerm::HAS_PHYSICAL_OBJECT_ID));
return $relatedPhysicalObjects;
}
@@ -931,8 +931,7 @@
*/
protected function deletePhysicalObjectRelations()
{
- $relations = QubitRelation::getRelationsByObjectId($this->id,
- array('typeId'=>QubitTerm::HAS_PHYSICAL_OBJECT_ID));
+ $relations = QubitRelation::getRelationsByObjectId($this->id,
array('typeId' => QubitTerm::HAS_PHYSICAL_OBJECT_ID));
foreach ($relations as $relation)
{
--
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.