mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Remove unneccessary check for name=access in filtering section of read
This commit is contained in:
parent
ba49fd9fdd
commit
02588d9ef7
@ -197,9 +197,7 @@
|
||||
|
||||
if ($extra) {
|
||||
while (list($name,$value) = each($extra)) {
|
||||
if ($name == "access" && $value != "private") {
|
||||
$value = "%," . $value . ",%";
|
||||
}
|
||||
$value = "%," . $value . ",%";
|
||||
$filterextra .= " AND contact_name='".$name."' AND contact_value like '".$value."',";
|
||||
}
|
||||
$filterextra = substr($filterextra,0,-1);
|
||||
|
Loading…
Reference in New Issue
Block a user