Author: jablko
Date: Fri Aug 28 18:20:51 2009
New Revision: 3114

Log:
Drop $notes assignment because it's only used by the ISAD template

Modified:
   trunk/apps/qubit/modules/informationobject/actions/showAction.class.php

Modified: 
trunk/apps/qubit/modules/informationobject/actions/showAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/showAction.class.php     
Fri Aug 28 18:12:57 2009        (r3113)
+++ trunk/apps/qubit/modules/informationobject/actions/showAction.class.php     
Fri Aug 28 18:20:51 2009        (r3114)
@@ -52,9 +52,6 @@
     // Events
     $this->creators = $this->informationObject->getCreators();
 
-    // Notes
-    $this->notes = $this->informationObject->getNotes();
-
     // Access points
     $this->subjectAccessPoints = 
$this->informationObject->getSubjectAccessPoints();
     $this->placeAccessPoints = 
$this->informationObject->getPlaceAccessPoints();

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to