add one more missing comment block
authorEileen McNaughton <eileen@fuzion.co.nz>
Sat, 24 May 2014 03:51:06 +0000 (15:51 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sat, 24 May 2014 05:48:56 +0000 (17:48 +1200)
CRM/Contact/Form/Search/Custom/ActivitySearch.php
CRM/Contact/Form/Search/Custom/RandomSegment.php

index 03cacff34fec920e4332311531bd6480fc1b7efd..aa46e532073eae056c96852efd370d8cdedce46c 100644 (file)
@@ -350,8 +350,9 @@ class CRM_Contact_Form_Search_Custom_ActivitySearch implements CRM_Contact_Form_
     return implode(' AND ', $clauses);
   }
 
-  /*
+  /**
    * Functions below generally don't need to be modified
+   * @return integer
    */
   function count() {
     $sql = $this->all();
index 9d6f8a330580b38f5afdc50490906a1aa770a465..1601c7ebf496f00d0ffdcee69514deb7c2709d39 100644 (file)
@@ -360,6 +360,9 @@ class CRM_Contact_Form_Search_Custom_RandomSegment extends CRM_Contact_Form_Sear
     }
   }
 
+  /**
+   * @return mixed
+   */
   /**
    * @return mixed
    */