CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion »
  • APIs and Hooks (Moderator: Donald Lobo) »
  • e notice
Pages: [1]

Author Topic: e notice  (Read 533 times)

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
e notice
May 16, 2011, 06:12:56 pm
I have been removing the odd E-notice & am getting this one reported

    $query = new CRM_Contact_BAO_Query( $newParams, $returnProperties, null,
                                        false, false, CRM_Contact_BAO_Query::MODE_EVENT );
    list( $select, $from, $where , $having) = $query->query( );

It's the second line - the list one that is reported

Undefined offset: 3   Notice   Participant.php   137   civicrm_api3_participant_get()

What would be better? I guess it's the $having that is empty.

Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion »
  • APIs and Hooks (Moderator: Donald Lobo) »
  • e notice

This forum was archived on 2017-11-26.