diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-07 00:11:57 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-07 00:11:57 +0100 |
| commit | b401ae621bd9d38d2ce90a69ff0731b5b197694a (patch) | |
| tree | e09130065b04038968b3d16dbb69f46800334274 /list.php | |
| parent | 8aa31d5a3cb965047228908ef60f6845a84983ee (diff) | |
| download | contact-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.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 ); |
