Just retested the mailing functionality, which seems to still work proper

This commit is contained in:
Quitta 2013-09-10 04:42:36 +02:00
parent 9b74660631
commit 8ab4b6ba84
2 changed files with 3 additions and 3 deletions

View file

@ -91,11 +91,11 @@ class Helpers{
{
// if HTTP_USER_AGENT is not set then its ryzom core
global $FORCE_INGAME;
if (( strpos($_SERVER['HTTP_USER_AGENT'],"Ryzom") === 0) || $FORCE_INGAME){
if ( ( isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'],"Ryzom") === 0)) || $FORCE_INGAME){
return true;
}else{
return false;
}
}
}
static public function handle_language(){

View file

@ -161,7 +161,7 @@ email_subject_new_ticket = "New ticket created [Ticket #"
email_body_new_ticket_1 = "---------- Ticket #"
email_body_new_ticket_2 = " ----------
Your ticket: "
email_body_new_ticket_3 = " is newly created
email_body_new_ticket_3 = " ,is newly created
----------
"
email_body_new_ticket_4 = "