corrected autoupdate functions
This commit is contained in:
@ -52,7 +52,7 @@ if( trim($row["funktion"]) != 'Klartext' && trim($row["funktion"]) != 'Info' &&
|
||||
if ( $row_alarm_mail["ft_allow"] == 1 )
|
||||
{
|
||||
// Wenn FullText erlaubt
|
||||
mail_alarm(get_date_long($row["zeit"]), get_time($row["zeit"]), $row_alarm_mail["a_mail"],$row["org"],$row["org_name"],$row["bezeichnung"],utf8_decode($row["text"]));
|
||||
mail_alarm(get_date_long($row["zeit"]), get_time($row["zeit"]), $row_alarm_mail["a_mail"],$row["org"],$row["org_name"],$row["bezeichnung"],$row["text"]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user