mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Changed over to print_debug().
This commit is contained in:
parent
7ea0349168
commit
73581badc5
@ -539,12 +539,10 @@ class socalendar_ extends socalendar__
|
|||||||
$this->stream->query('DELETE FROM phpgw_cal_repeats WHERE cal_id='.$event['id'],__LINE__,__FILE__);
|
$this->stream->query('DELETE FROM phpgw_cal_repeats WHERE cal_id='.$event['id'],__LINE__,__FILE__);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->debug)
|
print_debug('Event Saved: ID #',$event['id']);
|
||||||
{
|
|
||||||
echo '<!-- Event ID #'.$event['id'].' saved! -->'."\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->stream->unlock();
|
$this->stream->unlock();
|
||||||
|
$GLOBALS['phpgw_info']['cal_new_event_id'] = $event['id'];
|
||||||
return True;
|
return True;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user