diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-01-20 21:11:34 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-01-24 23:08:40 +0100 |
commit | e6298325f6c67c2913167df5dbdcd8938290f135 (patch) | |
tree | 9280dd1328d9c8a6fb4e31f2fa67ce215d8c0f99 | |
parent | 5458e5293564f432ad2eed0457cbe94321ee7114 (diff) | |
download | nextcloud-server-e6298325f6c67c2913167df5dbdcd8938290f135.tar.gz nextcloud-server-e6298325f6c67c2913167df5dbdcd8938290f135.zip |
Removed debug output
-rw-r--r-- | apps/contacts/templates/part.contacts.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.contacts.php b/apps/contacts/templates/part.contacts.php index 7587670f974..a6ac0f1096a 100644 --- a/apps/contacts/templates/part.contacts.php +++ b/apps/contacts/templates/part.contacts.php @@ -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; ?> |