Author: david
Date: Wed Oct 13 17:34:00 2010
New Revision: 8088
Log:
Rollback revision 7617. Refs issue #1189.
Modified:
trunk/lib/model/QubitRepository.php
Modified: trunk/lib/model/QubitRepository.php
==============================================================================
--- trunk/lib/model/QubitRepository.php Wed Oct 13 17:27:15 2010 (r8087)
+++ trunk/lib/model/QubitRepository.php Wed Oct 13 17:34:00 2010 (r8088)
@@ -25,22 +25,6 @@
*/
class QubitRepository extends BaseRepository
{
- public function save($connection = null)
- {
- parent::save($connection);
-
- // Save related information objects
- if (0 < count($this->informationObjects->transient))
- {
- foreach ($this->informationObjects->transient as $informationObject)
- {
- $informationObject->repositoryId = $this->id;
-
- $informationObject->save();
- }
- }
- }
-
/**
* Save new link to a term.
*
--
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.