INFRA-132 - CRM/Activity - phpcbf
[civicrm-core.git] / CRM / Activity / Form / Search.php
index 39c0aad67b3707e3cb38db92848fc643e61e6d1f..5c5b42ee5b8bf0fa52f1fcb31f85fc32bf097dcd 100644 (file)
@@ -370,7 +370,7 @@ class CRM_Activity_Form_Search extends CRM_Core_Form_Search {
     if ($dateHigh) {
       // Activity date time assumes midnight at the beginning of the date
       // This sets it to almost midnight at the end of the date
-   /*   if ($dateHigh <= 99999999) {
+      /*   if ($dateHigh <= 99999999) {
         $dateHigh = 1000000 * $dateHigh + 235959;
       } */
       $dateHigh = date('m/d/Y', strtotime($dateHigh));
@@ -401,4 +401,3 @@ class CRM_Activity_Form_Search extends CRM_Core_Form_Search {
     return ts('Find Activities');
   }
 }
-