Contacts: Minor code simplifications.

This commit is contained in:
Nate Jones
2014-10-18 07:14:41 +00:00
parent f2d643aecb
commit f86352db8f
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ require_once "resources/paging.php";
$user_group_uuids[] = $group_data['group_uuid'];
}
//add user's uuid to group uuid list to include private (non-shared) contacts
$user_group_uuids[] = $_SESSION['groups'][0]['user_uuid'];
$user_group_uuids[] = $_SESSION["user_uuid"];
//prepare to page the results
$sql = "select count(*) as num_rows from v_contacts ";