summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/import.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-11-16 14:39:51 +0100
committerAleksander Machniak <alec@alec.pl>2014-11-16 14:39:51 +0100
commit07a641c79f1d6fa6b327d1752a6c2ab76b4e07f6 (patch)
tree5ba8f5564d3c8fe27f8bf77e8f22276c17cfdc66 /program/steps/addressbook/import.inc
parent2d62b6bff8a0525916d0193033403b33e99416ae (diff)
Code cleanup - unused variables
Diffstat (limited to 'program/steps/addressbook/import.inc')
-rw-r--r--program/steps/addressbook/import.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/import.inc b/program/steps/addressbook/import.inc
index 5dee5c06a..80bae662c 100644
--- a/program/steps/addressbook/import.inc
+++ b/program/steps/addressbook/import.inc
@@ -324,7 +324,7 @@ function rcmail_import_buttons($attrib)
function rcmail_import_group_id($group_name, $CONTACTS, $create, &$import_groups)
{
$group_id = 0;
- foreach ($import_groups as $key => $group) {
+ foreach ($import_groups as $group) {
if (strtolower($group['name']) == strtolower($group_name)) {
$group_id = $group['ID'];
break;