mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
some more logging
This commit is contained in:
parent
a64590d3db
commit
31b7db5bbe
@ -2904,6 +2904,6 @@ class Contacts extends Contacts\Storage
|
||||
$push->script('egw.openTab.apply(egw, '.$params.')');
|
||||
if (!is_string($params)) $params = json_encode($params, JSON_UNESCAPED_SLASHES);
|
||||
error_log("crm.php: calling push(#$this->user)->apply('egw.openTab', $params)");
|
||||
//echo "calling push(#$this->user)->apply('egw.openTab', $params)\n";
|
||||
return "calling push(#$this->user)->apply('egw.openTab', $params)";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user