Changed a few "strings" to 'strings', for better optimisation. Will test soonishly.

Comments

Freso’s picture

Title: Changed t("string") to t('string') » Changed "strings" to 'strings'
StatusFileSize
new4.71 KB

Found some SQL in double quotes as well, so I included them as well. Still not tested though.

heine’s picture

Before going on a double quote killing spree, it may be worthwhile to do a little benchmarking :-).

Freso’s picture

True. 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

Freso’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)