Changeset a0530a6 in github for program/steps/mail/compose.inc
- Timestamp:
- Jun 8, 2008 2:17:09 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 32b7092
- Parents:
- 7e78b2e
- File:
-
- 1 edited
-
program/steps/mail/compose.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
re47aadc ra0530a6 830 830 foreach ($CONFIG['ldap_public'] as $ldapserv_config) 831 831 { 832 if ($ldapserv_config['fuzzy_search'] != 1) 832 if ($ldapserv_config['fuzzy_search'] != 1 || 833 $ldapserv_config['global_search'] != 1) 833 834 { 834 835 continue; 835 }836 } 836 837 837 838 $LDAP = new rcube_ldap($ldapserv_config); … … 857 858 { 858 859 $OUTPUT->set_env('contacts', $a_contacts); 859 } 860 } 861 860 862 $OUTPUT->send('compose'); 863 861 864 ?>
Note: See TracChangeset
for help on using the changeset viewer.
