From 32c627f7faebfc449bffd4f71c1fcb0506700480 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 28 Apr 2003 07:15:04 +0000 Subject: [PATCH] removed debug-msg --- infolog/inc/class.bolink.inc.php | 2 +- infolog/inc/class.uiinfolog.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infolog/inc/class.bolink.inc.php b/infolog/inc/class.bolink.inc.php index 0c9f2a5699..cc0ba751d6 100644 --- a/infolog/inc/class.bolink.inc.php +++ b/infolog/inc/class.bolink.inc.php @@ -138,7 +138,7 @@ */ function link( $app1,&$id1,$app2,$id2='',$remark='',$owner=0,$lastmod=0 ) { - //if ($this->debug) + if ($this->debug) { echo "

bolink.link('$app1',$id1,'$app2',$id2,'$remark',$owner,$lastmod)

\n"; } diff --git a/infolog/inc/class.uiinfolog.inc.php b/infolog/inc/class.uiinfolog.inc.php index dfa81779d8..83b9f48ea6 100644 --- a/infolog/inc/class.uiinfolog.inc.php +++ b/infolog/inc/class.uiinfolog.inc.php @@ -318,7 +318,7 @@ } else { - echo "

uiinfolog::edit: info_id=$info_id, action='$action', action_id='$action_id', type='$type', referer='$referer'

\n"; + //echo "

uiinfolog::edit: info_id=$info_id, action='$action', action_id='$action_id', type='$type', referer='$referer'

\n"; $action = $action ? $action : get_var('action', array('POST','GET')); $action_id = $action_id ? $action_id : get_var('action_id',array('POST','GET')); $info_id = $content ? $content : get_var('info_id', array('POST','GET')); @@ -326,7 +326,7 @@ $referer = $referer !== '' ? $referer : ereg_replace('^.*'.$GLOBALS['phpgw_info']['server']['webserver_url'],'', get_var('HTTP_REFERER',Array('SERVER'))); - echo "

uiinfolog::edit: info_id=$info_id, action='$action', action_id='$action_id', type='$type', referer='$referer'

\n"; + //echo "

uiinfolog::edit: info_id=$info_id, action='$action', action_id='$action_id', type='$type', referer='$referer'

\n"; $this->bo->read( $info_id || $action != 'sp' ? $info_id : $action_id ); $content = $this->bo->so->data;