forked from CiviWare/com.dpci.constituentsonly
		
	Added space between the constituent and non-constituent'
This commit is contained in:
		@@ -192,7 +192,7 @@ class CRM_ConstituentsOnly_BAO_ConstituentsOnly {
 | 
				
			|||||||
        if (empty($newRows[$cid])) {
 | 
					        if (empty($newRows[$cid])) {
 | 
				
			||||||
          continue;
 | 
					          continue;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        $newRows[$cid]['sort_name'] .= "({$rows[$ogContactId]['sort_name']})";
 | 
					        $newRows[$cid]['sort_name'] .= " ({$rows[$ogContactId]['sort_name']})";
 | 
				
			||||||
        $rows[$ogContactId] = $newRows[$cid];
 | 
					        $rows[$ogContactId] = $newRows[$cid];
 | 
				
			||||||
        $prevCacheKey = "civicrm search {$qfKey}";
 | 
					        $prevCacheKey = "civicrm search {$qfKey}";
 | 
				
			||||||
        $exists = CRM_Core_DAO::singleValueQuery(
 | 
					        $exists = CRM_Core_DAO::singleValueQuery(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user