Changeset 8207
- Timestamp:
- 08/28/13 17:22:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/inc/class.ldap_functions.inc.php
r8171 r8207 499 499 500 500 foreach($info_return as &$value){ 501 $value['type_contact'] = "G";502 501 if (is_array($value)) 502 $value['type_contact'] = "G"; 503 503 //Converte a descrição dos filtros para ISO8859 corrigindo inconsitências com caractéres especiais 504 504 if(isset($value['vacationinfo']) && isset($value['vacationinfo'][0]) && $value['vacationinfo'][0] != '')
Note: See TracChangeset
for help on using the changeset viewer.