mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
removed debug-msg
This commit is contained in:
parent
cb2dec5dbe
commit
32c627f7fa
@ -138,7 +138,7 @@
|
||||
*/
|
||||
function link( $app1,&$id1,$app2,$id2='',$remark='',$owner=0,$lastmod=0 )
|
||||
{
|
||||
//if ($this->debug)
|
||||
if ($this->debug)
|
||||
{
|
||||
echo "<p>bolink.link('$app1',$id1,'$app2',$id2,'$remark',$owner,$lastmod)</p>\n";
|
||||
}
|
||||
|
@ -318,7 +318,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<p>uiinfolog::edit: info_id=$info_id, action='$action', action_id='$action_id', type='$type', referer='$referer'</p>\n";
|
||||
//echo "<p>uiinfolog::edit: info_id=$info_id, action='$action', action_id='$action_id', type='$type', referer='$referer'</p>\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 "<p>uiinfolog::edit: info_id=$info_id, action='$action', action_id='$action_id', type='$type', referer='$referer'</p>\n";
|
||||
//echo "<p>uiinfolog::edit: info_id=$info_id, action='$action', action_id='$action_id', type='$type', referer='$referer'</p>\n";
|
||||
|
||||
$this->bo->read( $info_id || $action != 'sp' ? $info_id : $action_id );
|
||||
$content = $this->bo->so->data;
|
||||
|
Loading…
Reference in New Issue
Block a user