I downloaded the latest 2.x dev version. Im using french as default language on my site, and I noticed that when I try to configure the mappings in the feeds importer I get an SQL error.
"PDOException : SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'A more complete description of the calendar component than that provided by th' at line 1"
As it turns out the t() function receives the entire source array with all the text, while it should only receive the description and name part.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | sources-string-translation-fix-1895396-1.patch | 806 bytes | nagy.balint |
Comments
Comment #1
nagy.balint commentedpatch attached
Comment #2
coredumperror commentedThank you for the bug-find and patch! I didn't write that code, and I don't use an internationalized version of Drupal, so I would never have found that.
I've applied your patch and committed it. It'll go live when I post the official 7.x-2.0 release later today.
Comment #3
coredumperror commented