Skip to content
Snippets Groups Projects
Commit e6298325 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Removed debug output

parent 5458e529
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
$display = isset($struct['EMAIL'][0])?$struct['EMAIL'][0]['value']:'[UNKNOWN]';
}
}
echo '<!-- '.$display.' -->';
?>
<li book-id="<?php echo $contact['addressbookid']; ?>" data-id="<?php echo $contact['id']; ?>"><a href="index.php?id=<?php echo $contact['id']; ?>"><?php echo $display; ?></a></li>
<?php endforeach; ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment