Changed a few "strings" to 'strings', for better optimisation. Will test soonishly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | userplus.module.double-to-single-quote_0.patch | 4.71 KB | Freso |
| userplus.module.double-to-single-quote.patch | 3.06 KB | Freso |
Changed a few "strings" to 'strings', for better optimisation. Will test soonishly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | userplus.module.double-to-single-quote_0.patch | 4.71 KB | Freso |
| userplus.module.double-to-single-quote.patch | 3.06 KB | Freso |
Comments
Comment #1
Freso commentedFound some SQL in double quotes as well, so I included them as well. Still not tested though.
Comment #2
heine commentedBefore going on a double quote killing spree, it may be worthwhile to do a little benchmarking :-).
Comment #3
Freso commentedTrue. But, either way, I doubt
t('')is faster than''- though that is actually another of the other issues I filed, now that I think about it.Anyway, this is that of the issues of which I care the least. I'll much rather have the four other issues fixed than this one. But if this is of any help, then it's all good, if it isn't, well, I was messing around with the code anyway. :P
Comment #4
Freso commentedFixed: http://drupal.org/cvs?commit=33997
Comment #5
(not verified) commented