mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-05-31 07:17:04 +02:00
attempt to fix problem of comment-visiblity on multiple assignments of the ticket in question
This commit is contained in:
parent
63869aae9a
commit
fbc28c9b62
@ -660,6 +660,16 @@ abstract class bo_tracking
|
|||||||
*/
|
*/
|
||||||
protected $body_cache = array();
|
protected $body_cache = array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* method to clear the Cache for notificaton body
|
||||||
|
*
|
||||||
|
* Cache is by id, language, date-format and type text/html
|
||||||
|
*/
|
||||||
|
public function ClearBodyCache()
|
||||||
|
{
|
||||||
|
$this->body_cache = array();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sending a notification to the given email-address
|
* Sending a notification to the given email-address
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user