diff --git a/addressbook/index.php b/addressbook/index.php
index 357d38d1c7..57835e5375 100755
--- a/addressbook/index.php
+++ b/addressbook/index.php
@@ -138,7 +138,7 @@
if ($column[0] == "url") {
$ref='';
$data=$coldata.'';
- } elseif ($column[0] == "email") {
+ } elseif ($column[0] == "d_email") {
if ($phpgw_info["user"]["apps"]["email"]) {
$ref='';
} else {