Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-01-21 00:11:34 +0400
committerThomas Tanghus <thomas@tanghus.net>2012-01-25 02:08:40 +0400
commite6298325f6c67c2913167df5dbdcd8938290f135 (patch)
tree9280dd1328d9c8a6fb4e31f2fa67ce215d8c0f99 /apps
parent5458e5293564f432ad2eed0457cbe94321ee7114 (diff)
Removed debug output
Diffstat (limited to 'apps')
-rw-r--r--apps/contacts/templates/part.contacts.php1
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; ?>