20 Feb
2008
20 Feb
'08
8:26 p.m.
On 2/20/08, Simo Leone <simo@archlinux.org> wrote:
I'm pretty sure eliott wants to uber-optimize the json interface because it's very possible that this code will get hit more frequently than any other aur code. Generally though, I don't really see anything wrong with string concatenation, espcially if it enhances readability (which php tends to lack sometimes imho).
Patch applied, without string concatenation
:) zoom zoom
Alrighty good stuff. That line that I did the string concatenation actually had a valid fix though :P the space after AND at the end of the string is required. Either that, or a space before "Name=" further down in the code.