Bug 5603: advance_notice.pl uninitialized element in hash
authorIan Walls <ian.walls@bywatersolutions.com>
Sat, 8 Jan 2011 22:25:56 +0000 (17:25 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 11 Jan 2011 23:16:32 +0000 (18:16 -0500)
commit6d2e0ded413b9f0af3d2ccd6951b00a2568f5954
treecab457a25cd7a5e3c504aae3566f5bcf928cbda9
parentbafc7217a8d51352b35aa4c89bdab3543754cbb4
Bug 5603: advance_notice.pl uninitialized element in hash

Changings one of the LEFT JOINS in C4::Members::Messaging::GetMessagingPreferences
to a JOIN to prevent NULL message_transport_types from being returned

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 8185db47878630399eedc8ca227ab0e111a3acad)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Members/Messaging.pm