forked from extern/egroupware
Remove debug
This commit is contained in:
parent
b1e5fac775
commit
18442ff3e5
@ -831,11 +831,9 @@ window.egw_LAB.wait(function() {
|
|||||||
if(!is_array($org)) $org = array($org);
|
if(!is_array($org)) $org = array($org);
|
||||||
foreach($org as $org_name)
|
foreach($org as $org_name)
|
||||||
{
|
{
|
||||||
error_log("Org: $org_name");
|
|
||||||
$query['org_view'] = $org_name;
|
$query['org_view'] = $org_name;
|
||||||
$checked = array();
|
$checked = array();
|
||||||
$count = $this->get_rows($query,$checked,$readonlys,true); // true = only return the id's
|
$count = $this->get_rows($query,$checked,$readonlys,true); // true = only return the id's
|
||||||
error_log("Count: $count " . array2string($checked));
|
|
||||||
if($checked[0])
|
if($checked[0])
|
||||||
{
|
{
|
||||||
$org_contacts = array_merge($org_contacts,$checked);
|
$org_contacts = array_merge($org_contacts,$checked);
|
||||||
|
Loading…
Reference in New Issue
Block a user