Changeset 7311 for branches/2.4


Ignore:
Timestamp:
09/26/12 11:35:50 (12 years ago)
Author:
eduardow
Message:

Ticket #3129 - Cancelar pesquisa por contatos dinamicos ao resolver os contatos via LDAP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/rest/catalog/DynamicContactsResource.php

    r7228 r7311  
    4444                return $response; 
    4545            } 
    46  
     46             
     47            $dynamicContacts = array_slice($dynamicContacts, 0,50); 
    4748            foreach ($dynamicContacts as $value) { 
    4849                $d = new Data(); 
Note: See TracChangeset for help on using the changeset viewer.