Changeset 0203f16 in github for program/steps/addressbook/undo.inc
- Timestamp:
- Mar 5, 2012 2:56:17 PM (15 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 4da69b9
- Parents:
- 377bc60
- File:
-
- 1 edited
-
program/steps/addressbook/undo.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/addressbook/undo.inc
r7fe3811 r0203f16 69 69 } 70 70 71 while ($row = $result->next()) {72 $row['sourceid'] = $s;73 $key = $row['name'] . ':' . $row['sourceid'];74 $records[$key] = $row;75 }76 unset($result);77 78 71 $search[$s] = $source->get_search_set(); 79 72 }
Note: See TracChangeset
for help on using the changeset viewer.
