Changed over to print_debug().

This commit is contained in:
skeeter 2002-11-13 03:30:15 +00:00
parent 7ea0349168
commit 73581badc5

View File

@ -539,12 +539,10 @@ class socalendar_ extends socalendar__
$this->stream->query('DELETE FROM phpgw_cal_repeats WHERE cal_id='.$event['id'],__LINE__,__FILE__);
}
if($this->debug)
{
echo '<!-- Event ID #'.$event['id'].' saved! -->'."\n";
}
print_debug('Event Saved: ID #',$event['id']);
$this->stream->unlock();
$GLOBALS['phpgw_info']['cal_new_event_id'] = $event['id'];
return True;
}