mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
"making send_notification public, as it's used by infolog"
This commit is contained in:
parent
08efec194f
commit
a00b86c0df
@ -463,7 +463,7 @@ abstract class bo_tracking
|
|||||||
* @param boolean $assignment_changed=true the assignment of the user $user_or_lang changed
|
* @param boolean $assignment_changed=true the assignment of the user $user_or_lang changed
|
||||||
* @return boolean true on success or false on error (error-message is in $this->errors)
|
* @return boolean true on success or false on error (error-message is in $this->errors)
|
||||||
*/
|
*/
|
||||||
protected function send_notification($data,$old,$email,$user_or_lang,$check=null,$assignment_changed=true)
|
public function send_notification($data,$old,$email,$user_or_lang,$check=null,$assignment_changed=true)
|
||||||
{
|
{
|
||||||
//error_log("bo_trackering::send_notification(,,'$email',$user_or_lang,$check)");
|
//error_log("bo_trackering::send_notification(,,'$email',$user_or_lang,$check)");
|
||||||
if (!$email) return false;
|
if (!$email) return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user