summaryrefslogtreecommitdiff
path: root/list.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-06-07 00:11:57 +0100
committerlsces <lester@lsces.co.uk>2014-06-07 00:11:57 +0100
commitb401ae621bd9d38d2ce90a69ff0731b5b197694a (patch)
treee09130065b04038968b3d16dbb69f46800334274 /list.php
parent8aa31d5a3cb965047228908ef60f6845a84983ee (diff)
downloadcontact-b401ae621bd9d38d2ce90a69ff0731b5b197694a.tar.gz
contact-b401ae621bd9d38d2ce90a69ff0731b5b197694a.tar.bz2
contact-b401ae621bd9d38d2ce90a69ff0731b5b197694a.zip
Disable contact types list for the moment
Diffstat (limited to 'list.php')
-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 );