CRM-14765 - FullText - Consistently use function name "moveIDs"
[civicrm-core.git] / CRM / Contact / Form / Search / Custom / FullText / Activity.php
index 5d3832974049baac708b3b0ecc6cec877c24a1e4..e55518091589e804040f7ef1915918eaa582d417 100644 (file)
@@ -48,7 +48,7 @@ class CRM_Contact_Form_Search_Custom_FullText_Activity extends CRM_Contact_Form_
   public function fillTempTable($queryText, $entityIDTableName, $toTable, $queryLimit, $detailLimit) {
     $queries = $this->prepareQueries($queryText, $entityIDTableName);
     $result = $this->runQueries($queryText, $queries, $entityIDTableName, $queryLimit);
-    $this->moveActivityIDs($entityIDTableName, $toTable, $detailLimit);
+    $this->moveIDs($entityIDTableName, $toTable, $detailLimit);
     return $result;
   }
 
@@ -110,7 +110,7 @@ AND    (ca.is_deleted = 0 OR ca.is_deleted IS NULL)
     return $tables;;
   }
 
-  public function moveActivityIDs($fromTable, $toTable, $limit) {
+  public function moveIDs($fromTable, $toTable, $limit) {
     $sql = "
 INSERT INTO {$toTable}
 ( table_name, activity_id, subject, details, contact_id, sort_name, record_type,