INFRA-132 - Change "else if" to "elseif"
[civicrm-core.git] / CRM / Contact / Form / Search / Custom / FullText / AbstractPartialQuery.php
index 72c4d6e9c028a587af0512ebd70d29507023b500..f4c5abcaa056215469adbef762e6c32a2320a623 100644 (file)
@@ -152,7 +152,7 @@ $sqlStatement
             CRM_Core_DAO::executeQuery($sql);
           }
         }
-        else if ($tableName == 'file') {
+        elseif ($tableName == 'file') {
           $searcher = CRM_Core_BAO_File::getSearchService();
           if (!($searcher && CRM_Core_Permission::check('access uploaded files'))) {
             continue;