Changeset 03eb13f in github
- Timestamp:
- Jul 17, 2011 3:01:28 PM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 3a9f795
- Parents:
- 4d9f620
- Location:
- program
- Files:
-
- 2 edited
-
include/rcube_contacts.php (modified) (1 diff)
-
steps/mail/autocomplete.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_contacts.php
r63fda8a r03eb13f 301 301 } 302 302 303 foreach ( $requiredas $col) {303 foreach (array_intersect($required, $this->table_cols) as $col) { 304 304 $and_where[] = $this->db->quoteIdentifier($col).' <> '.$this->db->quote(''); 305 305 } -
program/steps/mail/autocomplete.inc
r930d385 r03eb13f 38 38 } 39 39 } 40 else if ($book_types && $search = get_input_value('_search', RCUBE_INPUT_GPC, true)) {40 else if ($book_types && ($search = get_input_value('_search', RCUBE_INPUT_GPC, true))) { 41 41 $contacts = array(); 42 42 $books_num = count($book_types);
Note: See TracChangeset
for help on using the changeset viewer.
