Author: david
Date: Thu Nov 19 16:01:28 2009
New Revision: 3925

Log:
Change name of QubitTerm::getRelatedActorNameCount() -> getRelatedNameCount()

Modified:
   trunk/lib/model/QubitTerm.php

Modified: trunk/lib/model/QubitTerm.php
==============================================================================
--- trunk/lib/model/QubitTerm.php       Thu Nov 19 15:31:18 2009        (r3924)
+++ trunk/lib/model/QubitTerm.php       Thu Nov 19 16:01:28 2009        (r3925)
@@ -425,7 +425,7 @@
   {
     $count = 0;
     $count += $this->getRelatedActorCount();
-    $count += $this->getRelatedActorNameCount();
+    $count += $this->getRelatedNameCount();
     $count += $this->getRelatedDigitalObjectCount();
     $count += $this->getRelatedEventCount();
     $count += $this->getRelatedInfoObjectCount();
@@ -474,7 +474,7 @@
    *
    * @return integer number of related actor_names
    */
-  public function getRelatedActorNameCount()
+  public function getRelatedNameCount()
   {
     $sql = 'SELECT COUNT(*) FROM '.QubitOtherName::TABLE_NAME;
     $sql .= ' WHERE '.QubitOtherName::TYPE_ID.' = '.$this->getId();

--

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=.


Reply via email to