Ejemplo n.º 1
0
 /**
  *
  */
 function postProcess() {
   // get the acl clauses built before we assemble the query
   //@todo - find out why the parent doesn't do this - or if it now does
   $this->buildACLClause($this->_aliases['civicrm_contact']);
   parent::postProcess();
 }
Ejemplo n.º 2
0
 function postProcess() {
   parent::postProcess();
 }