summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--list.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/list.php b/list.php
index eda41d7..f63b8bf 100644
--- a/list.php
+++ b/list.php
@@ -27,7 +27,8 @@ $gContent->invokeServices( 'content_list_function', $_REQUEST );
$gContent->mTypes->processRequestHash($_REQUEST, $_SESSION['contact']);
$listHash = $_REQUEST;
-// Setup which contact types we want to view.
+/*
+ * Setup which contact types we want to view.
$contactTypes = $gContent->getContactTypes();
if( $gBitUser->hasPermission("p_contact_view_changes") && $_SESSION['contact']['contact_type_guid'] ) {
$listHash['contact_type_guid'] = $_SESSION['contact']['contact_type_guid'];
@@ -37,7 +38,7 @@ if( $gBitUser->hasPermission("p_contact_view_changes") && $_SESSION['contact']['
$listHash['contact_type_guid'][] = $key;
}
}
-}
+} */
// Get a list of matching contact entries
$listcontacts = $gContent->getList( $listHash );