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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1890570-SQL_coding_conventions_stringoverrides_uninstall-1.patch | 1.09 KB | dooug |
Comments
Comment #1
dooug commentedPatch changes to use single quotes around placeholders. Also, adds proper punctuation on comments ;) Pretty harmless stuff.
Comment #2
robloachThanks! http://drupalcode.org/project/stringoverrides.git/commit/0f065eb