Author: david
Date: Fri Oct 29 11:17:24 2010
New Revision: 8653
Log:
data dump will not use QubitTerm::RELATION_NOTE_DATE_DISPLAY_ID in QubitNote
rows.
Modified:
trunk/lib/task/migrate/QubitMigrate109.class.php
Modified: trunk/lib/task/migrate/QubitMigrate109.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate109.class.php Fri Oct 29 11:11:29
2010 (r8652)
+++ trunk/lib/task/migrate/QubitMigrate109.class.php Fri Oct 29 11:17:24
2010 (r8653)
@@ -682,16 +682,9 @@
}
}
- foreach($this->data['QubitNote'] as $key => &$item)
- {
- if (false !== strpos($item['type_id'], 'RELATION_NOTE_DATE_DISPLAY_ID'))
- {
- $item['type_id'] = str_replace('RELATION_NOTE_DATE_DISPLAY_ID',
'RELATION_NOTE_DATE_ID', $item['type_id']);
- }
- }
+ return $this;
}
-
/**
* Sort information objects by lft value so that parent objects are inserted
* before their children.
--
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.