diff --git a/addressbook/import/Import_from_Netscape b/addressbook/import/Import_from_Netscape
index c7d69453ef..89655428f5 100644
--- a/addressbook/import/Import_from_Netscape
+++ b/addressbook/import/Import_from_Netscape
@@ -77,7 +77,7 @@
$buffer[$this->id][$name] = $value;
//echo '
'.$this->id.': '.$name.' => '.$value;
}
- $buffer[$this->id]['access']] = $private;
+ $buffer[$this->id]['access'] = $private;
return $buffer;
}
diff --git a/addressbook/import/Import_from_Outlook b/addressbook/import/Import_from_Outlook
index 83a132c287..e0b4321faa 100644
--- a/addressbook/import/Import_from_Outlook
+++ b/addressbook/import/Import_from_Outlook
@@ -143,7 +143,7 @@
$buffer[$this->id][$name] = $value;
//echo '
'.$name.' => '.$value;
}
- $buffer[$this->id]['access']] = $private;
+ $buffer[$this->id]['access'] = $private;
return $buffer;
}
diff --git a/addressbook/import/Import_from_VCard b/addressbook/import/Import_from_VCard
index 3d55916046..44d8532643 100644
--- a/addressbook/import/Import_from_VCard
+++ b/addressbook/import/Import_from_VCard
@@ -67,7 +67,7 @@
//$buffer[$this->id]["private"] = $private;
//echo '
'.$name.' => '.$value;
}
- $buffer[$this->id]['access']] = $private;
+ $buffer[$this->id]['access'] = $private;
return $buffer;
}