Changes between Version 4 and Version 5 of PrevTechDoc


Ignore:
Timestamp:
2010-06-03T21:58:44Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrevTechDoc

    v4 v5  
    41412.Get no. of members within a group:
    4242{{{     
    43 $numMembers=$event['Event']['self_eval'] ? $this->GroupsMembers->findCount('group_id='.$groupId) : $this->GroupsMembers->findCount('group_id='.$groupId) - 1;
     43$numMembers=$event['Event']['self_eval'] ?
     44    $this->GroupsMembers->findCount('group_id='.$groupId) :
     45    $this->GroupsMembers->findCount('group_id='.$groupId) - 1;
    4446}}}
    4547=== Caution: To upgrade CakePHP library for iPeer, please also look into the following files to change for iPeer customization: ===