Skip to content

Commit 3103232

Browse files
committed
add missing query parameter
1 parent 471a912 commit 3103232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adm_program/modules/messages/messages_send.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
// only active members
211211
$sqlConditions = ' AND mem_begin <= ? -- DATE_NOW
212212
AND mem_end > ? -- DATE_NOW ';
213+
$queryParams[] = DATE_NOW;
213214
}
214215
$queryParams[] = DATE_NOW;
215216

0 commit comments

Comments
 (0)