X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBAO%2FCustomQuery.php;h=08f54b36cf88c4d2e7202d26d4d85f5d975cdacd;hb=192d36c54b2ed8971aad10cb77fa561ca587d33c;hp=b936c386edfae2d74afe0f6051f60cc46acb2371;hpb=347e061b2986e2c6076e78c19fcc112023d10950;p=civicrm-core.git diff --git a/CRM/Core/BAO/CustomQuery.php b/CRM/Core/BAO/CustomQuery.php index b936c386ed..08f54b36cf 100644 --- a/CRM/Core/BAO/CustomQuery.php +++ b/CRM/Core/BAO/CustomQuery.php @@ -30,8 +30,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Core_BAO_CustomQuery { const PREFIX = 'custom_value_'; @@ -254,9 +252,6 @@ SELECT label, value /** * Generate the select clause and the associated tables. - * for the from clause - * - * @return void */ public function select() { if (empty($this->_fields)) { @@ -318,15 +313,12 @@ SELECT label, value } /** - * Generate the where clause and also the english language. - * equivalent - * - * @return void + * Generate the where clause and also the english language equivalent. */ public function where() { foreach ($this->_ids as $id => $values) { - // Fixed for Isuue CRM 607 + // Fixed for Issue CRM 607 if (CRM_Utils_Array::value($id, $this->_fields) === NULL || !$values ) {