Ignore:
Timestamp:
Mar 5, 2012 2:56:17 PM (15 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
4da69b9
Parents:
377bc60
Message:
  • Fix duplicate names handling in addressbook searches (#1488375)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/addressbook/undo.inc

    r7fe3811 r0203f16  
    6969        } 
    7070 
    71         while ($row = $result->next()) { 
    72             $row['sourceid'] = $s; 
    73             $key = $row['name'] . ':' . $row['sourceid']; 
    74             $records[$key] = $row; 
    75         } 
    76         unset($result); 
    77  
    7871        $search[$s] = $source->get_search_set(); 
    7972    } 
Note: See TracChangeset for help on using the changeset viewer.