killed a debug-message

This commit is contained in:
Ralf Becker 2005-04-14 22:06:26 +00:00
parent 3cfb82e06d
commit e047da872f

View File

@ -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;