aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/contacts.php')
-rw-r--r--mod/contacts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index 2afa81c97..2a767102f 100644
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -230,7 +230,7 @@ function contacts_content(&$a) {
case DIRECTION_OUT :
$sql_extra2 = " AND `dfrn-id` != '' AND `issued-id` = '' ";
break;
- case DIRECTION_ANY :
+ case DIRECTION_NONE :
default:
$sql_extra2 = '';
break;