Пример #1
0
 public static function send_error_notification($content)
 {
     HMS_Email::send_email(HMS_Email::get_technical_contacts(), NULL, 'HMS Error', $content);
 }