Author: david
Date: Thu Nov 19 15:31:18 2009
New Revision: 3924
Log:
Remove unused code block.
Modified:
trunk/lib/task/migrate/QubitMigrate108to110.class.php
Modified: trunk/lib/task/migrate/QubitMigrate108to110.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate108to110.class.php Thu Nov 19
15:30:21 2009 (r3923)
+++ trunk/lib/task/migrate/QubitMigrate108to110.class.php Thu Nov 19
15:31:18 2009 (r3924)
@@ -360,18 +360,6 @@
$this->data = $sortedData;
- // Now put QubitInformationObject ROOT id in first!
- /*
- $infoObjectRootKey = $this->getRowKey('QubitInformationObject', 'lft',
'1');
-
- $this->data['QubitInformationObject'][$infoObjectRootKey]['id'] = '<?php
echo QubitInformationObject::ROOT_ID."\n" ?>';
-
- $this->data = array_merge(
- array('QubitObject' => array('QubitObject_2' => array('id' => '2'))),
- $this->data
- );
- */
-
return $this;
}
}
--
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=.