Mwalker has submitted this change and it was merged.
Change subject: Removal of Errant Quote...
......................................................................
Removal of Errant Quote...
Because I'm silly.
Change-Id: Ibfd875bf8de834a2e1c951e252cd78bb78eaea24
---
M sites/all/modules/thank_you/thank_you.module
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Mwalker: Verified; Looks good to me, approved
diff --git a/sites/all/modules/thank_you/thank_you.module
b/sites/all/modules/thank_you/thank_you.module
index 8b49854..875264a 100644
--- a/sites/all/modules/thank_you/thank_you.module
+++ b/sites/all/modules/thank_you/thank_you.module
@@ -568,7 +568,7 @@
WHERE
receive_date > DATE_SUB( NOW(), INTERVAL :interval DAY
) AND
thankyou_date IS NULL
- ORDER BY id ASC LIMIT {$batch}";
+ ORDER BY id ASC LIMIT {$batch};
EOT;
$result = db_query( $ty_query, array( ':interval' => $days ) );
--
To view, visit https://gerrit.wikimedia.org/r/61045
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibfd875bf8de834a2e1c951e252cd78bb78eaea24
Gerrit-PatchSet: 2
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Mwalker <[email protected]>
Gerrit-Reviewer: Adamw <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Mwalker <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits