Skip to content

Commit 78a88c4

Browse files
committed
Add missing quotes around datetime value.
1 parent 4452b6b commit 78a88c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/processbounces.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function processBounceData($bounceid, $msgid, $userid, $bounceDate = null)
247247
%d,
248248
-1,
249249
%d,
250-
%s
250+
"%s"
251251
)',
252252
$tables['user_message_bounce'],
253253
$userid, $bounceid, $bounceDate)

0 commit comments

Comments
 (0)