From a00b86c0dfe92aa73bdf0bdde135dce992b23ea2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 24 Oct 2009 09:07:33 +0000 Subject: [PATCH] "making send_notification public, as it's used by infolog" --- etemplate/inc/class.bo_tracking.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.bo_tracking.inc.php b/etemplate/inc/class.bo_tracking.inc.php index 78499866cc..6933f66220 100644 --- a/etemplate/inc/class.bo_tracking.inc.php +++ b/etemplate/inc/class.bo_tracking.inc.php @@ -463,7 +463,7 @@ abstract class bo_tracking * @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) */ - 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)"); if (!$email) return false;