mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
killed a debug-message
This commit is contained in:
parent
3cfb82e06d
commit
e047da872f
@ -498,7 +498,7 @@
|
||||
*/
|
||||
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']))
|
||||
{
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user