forked from extern/egroupware
killed a debug-message
This commit is contained in:
parent
3cfb82e06d
commit
e047da872f
@ -498,7 +498,7 @@
|
|||||||
*/
|
*/
|
||||||
function add($app,$to_app='',$to_id='')
|
function add($app,$to_app='',$to_id='')
|
||||||
{
|
{
|
||||||
echo "<p>bolink::add('$app','$to_app','$to_id') app_register[$app] ="; _debug_array($app_register[$app]);
|
//echo "<p>bolink::add('$app','$to_app','$to_id') app_register[$app] ="; _debug_array($app_register[$app]);
|
||||||
if ($app == '' || !is_array($reg = $this->app_register[$app]) || !isset($reg['add']))
|
if ($app == '' || !is_array($reg = $this->app_register[$app]) || !isset($reg['add']))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user