Tom1234
08-01-2005, 08:28 PM
I have Alerts set to submit a new thread to a forum. The template being used for this post is for a Warning rather than an Alert even though the PM and email sent for the warning uses the proper Alert templates.
I am at version 3.4.15.
This looks like a problem around line 532 in includes/functions_warning.php:
if ($alert=='No' OR $alert='')
Note the $alert='' instead of $alert==''
I am at version 3.4.15.
This looks like a problem around line 532 in includes/functions_warning.php:
if ($alert=='No' OR $alert='')
Note the $alert='' instead of $alert==''