HomeHelpTrac

Ticket #683 (new defect)

Opened 3 years ago

Last modified 3 years ago

Mass Mailer problem

Reported by: IgorL Owned by: somebody
Priority: major Milestone: Dolphin 6.1.7
Keywords: Cc:

Description

The files admin/notifies.php and periodic/notifies.php contain checking for the following equations: EmailNotify = 'NotifyMe?' (admin/notifies.php) Profiles.EmailNotify? = '1' (periodic/notifies.php)

But the field EmailNotify? acquires "0" as the default value and cannot be edited (there's even no such field in the Builders)

Change History

comment:1 Changed 3 years ago by IgorL

the Sex filter in Mass Mailer doesn't work: notifies.php contains this line of code

$sex_filter_sql = '';

but not a line which gives that variable any data.

Note: See TracTickets for help on using tickets.