The SQL Coding Conventions indicate:

Any string literal or %s placeholder must be enclosed by single quotes: ' . Never use double quotes.

The code in stringoverrides.install does the opposite. I will post a patch soon.

Comments

dooug’s picture

Status: Active » Needs review
StatusFileSize
new1.09 KB

Patch changes to use single quotes around placeholders. Also, adds proper punctuation on comments ;) Pretty harmless stuff.

robloach’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.