Changeset 5315 in subversion
- Timestamp:
- Oct 6, 2011 8:31:38 AM (20 months ago)
- Location:
- trunk/roundcubemail/program
- Files:
-
- 2 edited
-
include/rcube_ldap.php (modified) (1 diff)
-
steps/addressbook/list.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5295 r5315 935 935 936 936 // when using VLV, we get the total count by... 937 if (!$count && $function != 'ldap_read' && $this->prop['vlv'] ) {937 if (!$count && $function != 'ldap_read' && $this->prop['vlv'] && !$this->group_id) { 938 938 // ...either reading numSubOrdinates attribute 939 939 if ($this->prop['numsub_filter'] && ($result_count = @$function($this->conn, $this->base_dn, $this->prop['numsub_filter'], array('numSubOrdinates'), 0, 0, 0))) { -
trunk/roundcubemail/program/steps/addressbook/list.inc
r5258 r5315 75 75 $result = $CONTACTS->list_records(array('name')); 76 76 77 if (!$result->count && $result->searchonly) 77 if (!$result->count && $result->searchonly) { 78 78 $OUTPUT->show_message('contactsearchonly', 'notice'); 79 $OUTPUT->command('command', 'advanced-search'); 80 } 79 81 } 80 82
Note: See TracChangeset
for help on using the changeset viewer.
