Changeset bed577e in github
- Timestamp:
- Nov 10, 2011 9:02:20 AM (19 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 710b1bd
- Parents:
- 55a8a8c
- File:
-
- 1 edited
-
program/include/rcube_addressbook.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_addressbook.php
rf21a04c rbed577e 404 404 $out = array(); 405 405 foreach ($data as $c => $values) { 406 if ( strpos($c, $col) === 0) {406 if ($c === $col || strpos($c, $col.':') === 0) { 407 407 if ($flat) { 408 408 $out = array_merge($out, (array)$values);
Note: See TracChangeset
for help on using the changeset viewer.
