Changeset 3275


Ignore:
Timestamp:
09/22/10 09:36:46 (14 years ago)
Author:
pereira.jair
Message:

Ticket #1186 - Removido da query de INSERT na cachedLDAP as colunas mobile e homePhone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/workflow/inc/class.CachedLDAP.inc.php

    r3225 r3275  
    209209                        /* unset the timestamp */ 
    210210                        unset($entry['last_update']); 
     211                         
     212                        //UNSET ALL THE ATRIBUTES THAT WILL NOT BE STORAGED IN DB. 
     213                        foreach ($this->entryAttributesLDAP as $unsetAttribute) { 
     214                                unset($entry[$unsetAttribute]);  
     215                        } 
    211216 
    212217                        /* insert/update the user info */ 
Note: See TracChangeset for help on using the changeset viewer.