Fixing style errors.
This commit is contained in:
parent
edb81d1955
commit
d2a6d89fca
@ -915,8 +915,7 @@ while ($currentdaytoshow < $lastdaytoshow) {
|
|||||||
if ($usergroup > 0) {
|
if ($usergroup > 0) {
|
||||||
$sql .= " AND ug.fk_usergroup = ".((int) $usergroup);
|
$sql .= " AND ug.fk_usergroup = ".((int) $usergroup);
|
||||||
}
|
}
|
||||||
if ($user->socid > 0)
|
if ($user->socid > 0) {
|
||||||
{
|
|
||||||
// External users should see only contacts of their company
|
// External users should see only contacts of their company
|
||||||
$sql .= " AND fk_soc=" . $socid;
|
$sql .= " AND fk_soc=" . $socid;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user