Skip to content

Commit 9304d56

Browse files
authored
Merge pull request #618 from bramley/Mantis_20117
Mantis 20117 - processbounces has sql error inserting into user_message_bounce table
2 parents aa05aa3 + 78a88c4 commit 9304d56

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)